ImpressCMS/impresscms

View on GitHub
htdocs/themes/reflex/js/superfish.css

Summary

Maintainability
Test Coverage

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent:     -999em;

Missing standard property 'border-bottom-left-radius' to go along with '-moz-border-radius-bottomleft'.
Open

    -moz-border-radius-bottomleft: 17px;

Missing standard property 'border-bottom-left-radius' to go along with '-webkit-border-bottom-left-radius'.
Open

    -webkit-border-bottom-left-radius: 17px;

Missing standard property 'border-top-right-radius' to go along with '-moz-border-radius-topright'.
Open

    -moz-border-radius-topright: 17px;

Missing standard property 'border-top-right-radius' to go along with '-webkit-border-top-right-radius'.
Open

    -webkit-border-top-right-radius: 17px;

Element (a.sf-with-ul) is overqualified, just use .sf-with-ul without element name.
Open

.sf-menu a.sf-with-ul {

Element (li.divider) is overqualified, just use .divider without element name.
Open

li.divider {padding: 0; margin: 0;}

Element (ul.sf-shadow-off) is overqualified, just use .sf-shadow-off without element name.
Open

.sf-shadow ul.sf-shadow-off {

The universal selector (*) is known to be slow.
Open

.sf-menu, .sf-menu * {

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 2px;

Rule doesn't have all its properties in alphabetical order.
Open

li.divider {padding: 0; margin: 0;}

Rule doesn't have all its properties in alphabetical order.
Open

.sf-menu li li:hover, .sf-menu li li.sfHover,

Rule doesn't have all its properties in alphabetical order.
Open

.sf-menu li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */

Rule doesn't have all its properties in alphabetical order.
Open

.sf-menu a.sf-with-ul {

Rule doesn't have all its properties in alphabetical order.
Open

.sf-menu li {

Rule doesn't have all its properties in alphabetical order.
Open

.sf-menu, .sf-menu * {

Rule doesn't have all its properties in alphabetical order.
Open

.sf-menu li li {

Rule doesn't have all its properties in alphabetical order.
Open

.sf-sub-indicator {

Rule doesn't have all its properties in alphabetical order.
Open

a > .sf-sub-indicator {  /* give all except IE6 the correct values */

Rule doesn't have all its properties in alphabetical order.
Open

.sf-shadow ul {

There are no issues that match your filters.

Category
Status