Skip to content

Bad CSS matching #87

@xclaesse

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?

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