openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Each selector in a comma sequence should be on its own single line
Open

      .icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {

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

      &:first-child th,

Rule declaration should be followed by an empty line
Open

      }

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

        img {

Each selector in a comma sequence should be on its own single line
Open

      .icon-trash:hover, .icon-void:hover {

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

      .icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {

Rule declaration should be followed by an empty line
Open

      }

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

        &.actions {

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

        td {

Avoid qualifying attribute selectors with an element.
Open

      button[class*='icon-'] {

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

      border-top: none;

Each selector in a comma sequence should be on its own single line
Open

      .icon-envelope-alt, .icon-eye-open {

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

      &:hover td {

Each selector in a comma sequence should be on its own single line
Open

      .icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {

Rule declaration should be followed by an empty line
Open

      }

Each selector in a comma sequence should be on its own single line
Open

      .icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {

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

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

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

      &.ui-sortable-placeholder td {

Each selector in a comma sequence should be on its own single line
Open

      .icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {

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

      &.even 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 {

0px should be written without units as 0
Open

        padding-left: 0px;

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

      @extend .icon-reorder;

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

        img {

Each selector in a comma sequence should be on its own single line
Open

    td, th {

Rule declaration should be followed by an empty line
Open

      }

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

      border-bottom: none;

Each selector in a comma sequence should be on its own single line
Open

  th, td {

Avoid qualifying class selectors with an element.
Open

      span.text {

Begin pseudo elements with double colons: ::
Open

        &:before {

Avoid qualifying attribute selectors with an element.
Open

    input[type="number"],

Merge rule .handle with rule on line 29
Open

    .handle {

Rule declaration should be followed by an empty line
Open

      }

Each selector in a comma sequence should be on its own single line
Open

      .icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {

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

      border-right: none;

Rule declaration should be followed by an empty line
Open

      }

Avoid qualifying attribute selectors with an element.
Open

    input[type="number"],

There are no issues that match your filters.

Category
Status