openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Color literals like black should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: black;

Color black should be written in hexadecimal form as #000000
Open

  background: black;

Avoid using id selectors
Open

#header #logo {

Avoid using id selectors
Open

#header h1 {

Avoid qualifying class selectors with an element.
Open

span.error,

Avoid using id selectors
Open

table#listing_order_cycles {

Avoid using id selectors
Open

#no_results {

Avoid qualifying class selectors with an element.
Open

span.required {

Avoid qualifying class selectors with an element.
Open

form.order_cycle {

Selector should have depth of applicability no greater than 3, but was 4
Open

      #add-remove-buttons {

Files should end with a trailing newline
Open

}

Avoid qualifying class selectors with an element.
Open

th.actions {

Rule declaration should be followed by an empty line
Open

}

Merge rule .icons-ul .icon-li with rule on line 78
Open

.icons-ul .icon-li {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Color #000000 should be written as #000
Open

      background-color: #000000;

Color literals like #5fa5e8 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: #5fa5e8;

Color white should be written in hexadecimal form as #ffffff
Open

  color: white;

Expected 0 spaces before ) instead of
Open

$color-action-void-brd:          very-light($color-error,   20 ) !default;
Severity
Category
Status
Source
Language