openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Rule declaration should be followed by an empty line
Open

      }

Avoid using id selectors
Open

#sub-menu {

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

    &:after {

Avoid qualifying class selectors with an element.
Open

  th.actions,

Avoid using id selectors
Open

#admin-menu,

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

  &.button, &.icon_link {

Shorthand form for property padding should be written more concisely as 20px 0 28px instead of 20px 0 28px 0
Open

  padding: 20px 0 28px 0;

Avoid qualifying class selectors with an element.
Open

  tr.ng-enter {

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

      &.selected a {

Selector icon-resend_authorization_email should be written in lowercase with hyphens
Open

.icon-resend_authorization_email:before    { @extend .icon-envelope, :before; }

border: 0 is preferred over border: none
Open

    border: none;

Avoid using id selectors
Open

#report-table {

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

  ul li a:hover {

Rule declaration should be followed by an empty line
Open

.icon-capture_and_complete_order  { @extend .icon-ok }

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

    &.select2-dropdown-open .select2-choice div b {

Unnecessary parent selector (&)
Open

      & > i {

Rule declaration should be preceded by an empty line
Open

      > li {

Avoid using id selectors
Open

#add-line-item {

Rule declaration should be followed by an empty line
Open

        }

Avoid comma sequences in @extend directives; prefer single placeholder selectors (e.g. %some-placeholder)
Open

      @extend [class^="icon-"], :before;
Severity
Category
Status
Source
Language