openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Avoid using id selectors
Open

div#group_buy_calculation {

Avoid qualifying class selectors with an element.
Open

th.actions {

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

    border: solid 1px orange;

Merge rule input, div with rule on line 8
Open

input,

Avoid qualifying id selectors with an element.
Open

div#group_buy_calculation {

Color orange should be written in hexadecimal form as #ffa500
Open

    border: solid 1px orange;

Selector group_buy_calculation should be written in lowercase with hyphens
Open

div#group_buy_calculation {

Avoid qualifying class selectors with an element.
Open

table.edit-note-table {

Color orange should be written in hexadecimal form as #ffa500
Open

    border: solid 1px orange;

Avoid qualifying class selectors with an element.
Open

table.index td.actions {

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

    border: solid 1px orange;

Rule declaration should be preceded by an empty line
Open

  &.before {

Rule declaration should be preceded by an empty line
Open

    &.update-error {

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

    border-top: none;

Color literals like rgba(0, 0, 0, 0.4) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: rgba(0, 0, 0, 0.4);

Rule declaration should be preceded by an empty line
Open

  div {

Avoid qualifying class selectors with an element.
Open

table.index td.actions {

Avoid qualifying class selectors with an element.
Open

input.show-dirty {

Merge rule input, div with rule on line 8
Open

input,

Rule declaration should be preceded by an empty line
Open

    span,

Avoid qualifying class selectors with an element.
Open

  td.actions {

There are no issues that match your filters.

Category
Status