lifegadget/ui-list

View on GitHub
vendor/ui-list/ui-controls.css

Summary

Maintainability
Test Coverage

Fallback color (hex or RGB) should precede HSL color.
Open

  color: hsl(0, 0%, 70%);
Severity: Minor
Found in vendor/ui-list/ui-controls.css by csslint

Fallback color (hex or RGB) should precede HSL color.
Open

  color: hsl(0, 0%, 60%);
Severity: Minor
Found in vendor/ui-list/ui-controls.css by csslint

Element (span.selected) is overqualified, just use .selected without element name.
Open

.ui-list .sort-control > span.selected {
Severity: Minor
Found in vendor/ui-list/ui-controls.css by csslint

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

.ui-list .sort-control {
Severity: Minor
Found in vendor/ui-list/ui-controls.css by csslint

There are no issues that match your filters.

Category
Status