Changing the style of the selected custom nodes #903
-
I created several custom nodes and when I click to them, they are selected, but this is not visible. When I click to a standard node, its style is changing. I want to do the same for my new custom nodes. Probably it is quite easy, but right now I cannot imaging how to do this. Can I get some help, please? |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Apr 30, 2023
Replies: 1 comment 14 replies
-
Here's an example of styling a selected custom node. You could also use css to style the wrapper of your custom node .vue-flow__node-custom.selected {
/* your styles */
} |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
bcakmakoglu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's an example of styling a selected custom node.
You could also use css to style the wrapper of your custom node