Is it possible to apply the the hover effects a node's children, when parent node is hovered on, without having to hove over each child itself for its hover effect to take place?
For example, suppose i have the following node:
- HBox --> #parent
- Label --> #label
- Button --> #button
I want to be able to trigger the hover pseudo class of the button and the label, when the Hbox is hovered on.