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

  &.state-cart td:first-child {

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

    background-color: #7a7a7a;

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

        color: #aaaaaa;

Merge rule .ts-control > div with rule on line 6
Open

  .ts-control > div {

Selector plugin-remove_button should be written in lowercase with hyphens
Open

.ts-wrapper.plugin-remove_button .item .remove {

Shorthand form for property border-color should be written more concisely as $white transparent transparent instead of $white transparent transparent transparent
Open

    border-color: $white transparent transparent transparent;

Name of variable color_unselected should be written in all lowercase letters with hyphens instead of underscores
Open

$color_unselected: #d9d9d9;

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

      color: #494949;

Begin pseudo elements with double colons: ::
Open

    &:before,

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

  color: black;

Avoid qualifying class selectors with an element.
Open

div.dashboard_item {

0px should be written without units as 0
Open

    border-radius: 6px 6px 0px 0px;

Avoid qualifying class selectors with an element.
Open

    h3.alpha {

Avoid qualifying class selectors with an element.
Open

label.disabled {

Avoid qualifying attribute selectors with an element.
Open

input[type="button"],

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

    color: #afcfef;

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;

Merge rule .ofn-drop-down.ofn-drop-down-v2 with rule on line 9
Open

.ofn-drop-down.ofn-drop-down-v2 {

Selector enterprise_package_panel should be written in lowercase with hyphens
Open

.enterprise_package_panel,

Avoid qualifying class selectors with an element.
Open

  a.selector {
Severity
Category
Status
Source
Language