openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

          i.icon-chevron::before {

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

          .column.omega,

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

  background: black;

Avoid qualifying class selectors with an element.
Open

  .reveal-modal.tiny,

Avoid qualifying class selectors with an element.
Open

  .reveal-modal.small,

Avoid qualifying class selectors with an element.
Open

input.search {

Selector order_cycle should be written in lowercase with hyphens
Open

form.order_cycle {

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

      border: 1px solid #dae7ff;

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

      .exchange-product-variant {

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

    background-color: #fbfccb;

Rule declaration should be preceded by an empty line
Open

  div {

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

table.index td.actions {

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

        rgba(255, 255, 255, 0.25) 10px

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

      background-color: #000000;

Avoid qualifying class selectors with an element.
Open

  td.description {

border: 0 is preferred over border: none
Open

  border: none;

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

  color: white !important;

Commas in function arguments should be followed by one space
Open

$color-action-clone-brd:         very-light($color-notice,  15 ) !default;

Expected 0 spaces before ) instead of
Open

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