openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

          i.icon-chevron::before {

Avoid qualifying class selectors with an element.
Open

  tr.panel-row {

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

  background-color: white;

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

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);

Rule declaration should be followed by an empty line
Open

  }

Selector new_enterprise_fee_set should be written in lowercase with hyphens
Open

#new_enterprise_fee_set input.search {

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

    tr td.active {

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

      input {

Avoid qualifying class selectors with an element.
Open

  tr.upcoming td {

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

    background-color: #eee;

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

      background-color: #fafafa;

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

    border: solid 1px orange;

Color #ffffff should be written as #fff
Open

  color: #ffffff;

Rule declaration should be followed by an empty line
Open

}

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

        color: #ed9524;

Commas in function arguments should be followed by one space
Open

$color-action-cancel-bg:         very-light($color-notice,  10 ) !default;

Commas in lists should be followed by one space
Open

$states:                      completed,                 complete,                 sold,                 pending,                 awaiting_return,                 returned,                 credit_owed,                 paid,                 shipped,                 balance_due,                 backorder,                 checkout,                 cart,                 address,                 delivery,                 payment,                 confirmation,                 canceled,                 ready,                 void,                 requires_authorization,                 active,                 inactive  !default;

Commas in lists should be followed by one space
Open

$actions-bg-colors:              $color-action-edit-bg,  $color-action-clone-bg,  $color-action-remove-bg,  $color-action-void-bg,  $color-action-capture-bg,  $color-action-save-bg,     $color-action-cancel-bg,  $color-action-mail-bg  !default;

Avoid using id selectors
Open

  #sidebar {

Avoid qualifying class selectors with an element.
Open

.reveal-modal.full,
Severity
Category
Status
Source
Language