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

View on GitHub
documentation/styles/readthedocs.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#book-search-input input, #book-search-input input:focus, #book-search-input input:hover {

Don't use IDs in selectors.
Open

#book-search-input input, #book-search-input input:focus, #book-search-input input:hover {

Don't use IDs in selectors.
Open

#book-search-input input, #book-search-input input:focus, #book-search-input input:hover {

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

.menu ul.list li.title {

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

.menu ul.list li.divider {

Element (a.active) is overqualified, just use .active without element name.
Open

.menu ul.list li a.active {

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

    background: rgba(238,238,238,.35);

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

    background: rgba(255, 255, 255, 0.07);

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

pre {

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

code {

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

.menu ul.list li.chapter a, .menu ul.list li.chapter .simple {

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

.menu ul.list li.chapter ul.links a {

There are no issues that match your filters.

Category
Status