interactive-apps/ngx-dhis2-validation-rule-filter

View on GitHub
documentation/styles/material.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#book-search-input {
Severity: Minor
Found in documentation/styles/material.css by csslint

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

.menu ul.list li a:hover, .menu ul.list li.chapter .simple:hover {
Severity: Minor
Found in documentation/styles/material.css by csslint

Attribute selectors with *= are slow!
Open

pre[class*="language-"] {
Severity: Minor
Found in documentation/styles/material.css by csslint

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

.menu ul.list li.divider {
Severity: Minor
Found in documentation/styles/material.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

    background: rgba(0, 0, 0, 0.075);
Severity: Minor
Found in documentation/styles/material.css by csslint

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

    color: rgba(0, 0, 0, 0.87);
Severity: Minor
Found in documentation/styles/material.css by csslint

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

    color: rgba(0, 0, 0, 0.54);
Severity: Minor
Found in documentation/styles/material.css by csslint

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

    color: rgba(0, 0, 0, 0.54);
Severity: Minor
Found in documentation/styles/material.css by csslint

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

.menu ul.list li.divider {
Severity: Minor
Found in documentation/styles/material.css by csslint

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

.card {
Severity: Minor
Found in documentation/styles/material.css by csslint

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

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
Severity: Minor
Found in documentation/styles/material.css by csslint

There are no issues that match your filters.

Category
Status