openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Avoid using id selectors
Open

table#enterprise-relationships,

Avoid qualifying id selectors with an element.
Open

table#enterprise-relationships,

Avoid qualifying class selectors with an element.
Open

  th.actions,

Avoid qualifying class selectors with an element.
Open

  th.actions,

Avoid qualifying class selectors with an element.
Open

  tr.ng-enter {

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

    background-color: #f9f1ae;

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

      color: #f00;

Avoid using id selectors
Open

table#enterprise-relationships,

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

    background-color: #fff;

Avoid qualifying id selectors with an element.
Open

table#enterprise-relationships,

There are no issues that match your filters.

Category
Status