10000 css error in symfony toolbar css · Issue #9474 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
css error in symfony toolbar css #9474
Closed
@dleute

Description

@dleute
.sf-toolbarreset {
    position: static;
    background: #cbcbcb;

    background-image: -moz-linear-gradient(90deg, #cbcbcb, #e8e8e8); !important;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#cbcbcb), to(#e8e8e8)); !important;
    background-image: -o-linear-gradient(180deg, #cbcbcb, #e8e8e8); !important;
    background: linear-gradient(90deg, #cbcbcb, #e8e8e8); !important;
}

The backround* lines have a semi-colon before !important. Safari is warning about it.

Is this intentional or just a typo? Is it doing some trick with css compatibility?

Just thought I'd point it out. If this isn't the appropriate place to bring this up, let me know.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0