Skip to content

Bad CSS matching #87

Description

@xclaesse

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions