openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row:first-child, .active_table_row:last-child {

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

    .group-logo, .group-header {

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

        .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

Avoid using id selectors
Open

#shops-signup.pane {

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

        .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

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

  background-color: white;

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

      &:hover, &:active, &:focus {

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

            &:hover, &:focus, &:active {

Avoid using id selectors
Open

#system.pane {

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

        &:hover, &:active, &:focus {

Selector active_table_row should be written in lowercase with hyphens
Open

          .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

Selector active_table_node should be written in lowercase with hyphens
Open

  .active_table .active_table_node {

Selector ofn-i_064-hub-reversed should be written in lowercase with hyphens
Open

    i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

      .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

0px should be written without units as 0
Open

    text-shadow: 0px 0px 10px #fff;

Avoid qualifying class selectors with an element.
Open

    i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

    text-shadow: 0px 0px 0px #fff;

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

    .open_closed {

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row:first-child .skinny-head {

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row {
Severity
Category
Status
Source
Language