openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin_v3/shared/tables.scss

Summary

Maintainability
Test Coverage

0px should be written without units as 0
Open

        padding-left: 0px;

Rule declaration should be followed by an empty line
Open

      }

Rule declaration should be followed by an empty line
Open

      }

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

      &:hover td {

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

        td {

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

      td {

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

      &.deleted td {

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

        &.actions {

Rule declaration should be followed by an empty line
Open

      }

Merge rule .handle with rule on line 37
Open

    .handle {

Merge rule table + .pagination with rule on line 1
Open

table + .pagination {

Selector icon-capture_and_complete_order should be written in lowercase with hyphens
Open

      .icon-edit:hover,

border-top: 0 is preferred over border-top: none
Open

      border-top: none;

Rule declaration should be followed by an empty line
Open

      }

Avoid qualifying attribute selectors with an element.
Open

    input[type="number"],

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

        img {

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

    &.no-border-top tr:first-child td {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

      @extend .icon-reorder;

Avoid qualifying class selectors with an element.
Open

      span.text {

Begin pseudo elements with double colons: ::
Open

        &:before {

border-bottom: 0 is preferred over border-bottom: none
Open

      border-bottom: none;

Rule declaration should be preceded by an empty line
Open

  th,

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

      &.ui-sortable-placeholder td {

Rule declaration should be followed by an empty line
Open

      }

Avoid qualifying attribute selectors with an element.
Open

    input[type="number"],

border-right: 0 is preferred over border-right: none
Open

      border-right: none;

Avoid qualifying attribute selectors with an element.
Open

      button[class*="icon-"] {

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

          &.actions {

There are no issues that match your filters.

Category
Status