openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Merge rule .ts-dropdown [data-selectable] .highlight with rule on line 33
Open

.ts-dropdown [data-selectable] .highlight {

Begin pseudo elements with double colons: ::
Open

      &:before {

Avoid using id selectors
Open

#connected_apps_panel {

Colon after property should be followed by one space
Open

  box-shadow:

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

    0px 1px 0px rgba(0, 0, 0, 0.05),

0px should be written without units as 0
Open

      border-radius: 0px 4px 0px 0px;

Shorthand form for property border-width should be written more concisely as 0px 1px instead of 0px 1px 0px 1px
Open

    border-width: 0px 1px 0px 1px;

Avoid qualifying class selectors with an element.
Open

    span.omega {

0px should be written without units as 0
Open

      border-width: 0px 3px 0px 3px;

0px should be written without units as 0
Open

      border-width: 0px 3px 0px 3px;

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

      padding: 15px 15px;

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

    color: #a1a1a1;

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

        color: #454545;

0px should be written without units as 0
Open

      margin: 0px;

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

      .check {

Selector menu_item should be written in lowercase with hyphens
Open

    .menu_item:hover {

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

  background-color: white;

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

  background-color: #e1f0f5;

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

    tr:first-child td {

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

      border-top: 1px solid black;
Severity
Category
Status
Source
Language