openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,535 of 5,535 total issues

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

          color: #fff;

Avoid qualifying class selectors with an element.
Open

label.disabled {

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

  border: 1px solid #adadad;

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

      color: #454545;

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

        &:before {

0px should be written without units as 0
Open

        padding: 0px 15px 0px 0px;

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

  background-color: white;

Begin pseudo elements with double colons: ::
Open

      &:after {

Expected 0 spaces before ) instead of
Open

$color-action-edit-brd:          very-light($color-success, 20 ) !default;

Name of variable color-ste-credit_owed-text should be written in all lowercase letters with hyphens instead of underscores
Open

$color-ste-credit_owed-text:     $color-1 !default;

Use // comments everywhere
Open

/* prevent arrow on selected admin menu item appearing above modal */

Rule declaration should be preceded by an empty line
Open

      input[type="button"] {

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

      border-top-color: black;

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

        rgba(84, 152, 218, 0) 5px,

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

      &.action-#{$action} td {

Rule declaration should be preceded by an empty line
Open

      &:hover {

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

      background-color: #db9350;

Avoid qualifying attribute selectors with an element.
Open

input[type="submit"],

Empty rule
Open

  &.ui-dialog-titlebar-close {

Shorthand form for property padding should be written more concisely as 0px 5px instead of 0px 5px 0px 5px
Open

  padding: 0px 5px 0px 5px;
Severity
Category
Status
Source
Language