openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,538 of 5,538 total issues

Avoid using id selectors
Open

#advanced_settings {

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

    border: 1px solid #f57e80;

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

      border-top-color: black;

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

    border: 1px solid #e6912e;

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

      color: #e6912e;

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

  -webkit-box-shadow: 3px 3px 4px #797979;

Merge rule .ui-dialog .ui-widget-header with rule on line 6
Open

.ui-dialog .ui-widget-header {

Merge rule .ui-dialog .ui-widget-content with rule on line 6
Open

.ui-dialog .ui-widget-content {

Begin pseudo elements with double colons: ::
Open

  &:before {

Avoid qualifying class selectors with an element.
Open

body.modal-open #admin-menu li.selected a::after {

Shorthand form for property margin should be written more concisely as 2em 0 0 instead of 2em 0 0 0
Open

    margin: 2em 0 0 0;

Begin pseudo elements with double colons: ::
Open

    &:before {

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

      background-color: black;

Avoid qualifying class selectors with an element.
Open

    a.button {

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

        background-color: #e6912e;

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

      background-color: #ebf3fb;

0px should be written without units as 0
Open

    padding: 0px 5px;

Avoid using id selectors
Open

body.modal-open #admin-menu li.selected a::after {

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

  padding: 20px 20px 0px 20px;

Avoid using id selectors
Open

#toggle_settings {
Severity
Category
Status
Source
Language