-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I have a MxButton containing an MxBoxLayout with 2 MxIcon inside. I use mx_stylable_set_style_class() to set the name "foo" on the button and "bar" on one of the icons.
In the CSS if I write ".foo:active .bar {}" it is not applied. But if I write ".foo:active > MxBoxLayout > .bar {}" then it works.
That looks like a bug to me, right?
Metadata
Metadata
Assignees
Labels
No labels