openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying attribute selectors with an element.
Open

input[type="submit"],

Avoid qualifying class selectors with an element.
Open

  td.unit {

border: 0 is preferred over border: none
Open

          border: none;

0px should be written without units as 0
Open

          box-shadow: inset 0px 0px 1px red;

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

          color: white;

Avoid qualifying class selectors with an element.
Open

a.button {

Avoid qualifying class selectors with an element.
Open

      p.line {

Rule declaration should be preceded by an empty line
Open

          h5 {

Rule declaration should be followed by an empty line
Open

  }

border: 0 is preferred over border: none
Open

  border: none;

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

    color: white;

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

      td {

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

    color: #ee4728;

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

  color: #fff;

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

      td {

Avoid qualifying attribute selectors with an element.
Open

input[type="submit"],

Color literals like rgba(0, 0, 0, 0.3) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);

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

    .column-preferences .ofn-drop-down-label {

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

Avoid qualifying class selectors with an element.
Open

  th.actions,
Severity
Category
Status
Source
Language