Skip to content

CSS for child selector (*) not minimized correctly #4

@brandner

Description

@brandner

CSS that is valid before minimizing:

fieldset.ui-applicationform li * {   
    vertical-align: top;
} 

Gets minimized incorrectly and no longer selects the elements as expected:

fieldset.ui-gems-applicationform li*{vertical-align:top;}

It appears that a required space is missing.

Docs available via w3c:
http://www.w3schools.com/cssref/sel_all.asp

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