openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Avoid qualifying attribute selectors with an element.
Open

input[type="button"],

Color #ffffff should be written as #fff
Open

    color: #ffffff;

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

    background-color: #ebf3fb;

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

    color: #a1a1a1;

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

    border: 1px solid #ebf3fb;

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

    color: #ffffff;

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

    color: #afcfef;

Avoid qualifying attribute selectors with an element.
Open

input[type="button"],

Avoid qualifying class selectors with an element.
Open

label.disabled {

There are no issues that match your filters.

Category
Status