Skip to content

Breaking Selectors containing ";" #48

@maxfragg

Description

@maxfragg
#header-wrap[style*="left:0px;

"] span[widgetid=collapse_feeds_btn]>span:before {
    display: inline-block;
}

should be:

#header-wrap[style*="left:0px;"] span[widgetid=collapse_feeds_btn]>span:before {
    display: inline-block;
}

this actually breaks the css-file at least for blink-browsers when formating expanded

(Example taken from clean greader)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions