openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Color red should be written in hexadecimal form as #ff0000
Open

    border: solid 1px red;

Avoid qualifying class selectors with an element.
Open

input.ng-invalid.ng-dirty {

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

  border: solid 1px red;

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

    border: solid 1px red;

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

  border: solid 1px red;

Avoid qualifying class selectors with an element.
Open

select.ng-invalid {

Color red should be written in hexadecimal form as #ff0000
Open

  border: solid 1px red;

Color red should be written in hexadecimal form as #ff0000
Open

  border: solid 1px red;

There are no issues that match your filters.

Category
Status