openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/index_panel_buttons.scss

Summary

Maintainability
Test Coverage

Avoid qualifying class selectors with an element.
Open

tbody.panel-ctrl {

Rule declaration should be preceded by an empty line
Open

          i.icon-refresh {

Rule declaration should be preceded by an empty line
Open

        &:hover {

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

        &:hover {

Rule declaration should be followed by an empty line
Open

        }

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

          background-color: #ff9848;

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

          i {

Avoid qualifying class selectors with an element.
Open

      a.update {

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

        &.saving {

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

      a.update {

Rule declaration should be followed by an empty line
Open

        }

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

        span {

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

        &.disabled {

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

          background-color: #cd4e4f;

Rule declaration should be followed by an empty line
Open

        }

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

          background-color: #c1c1c1;

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

          i.icon-refresh {

Avoid qualifying class selectors with an element.
Open

          i.icon-refresh {

Avoid qualifying class selectors with an element.
Open

  tr.panel-row {

There are no issues that match your filters.

Category
Status