MidnightRiders/MemberPortal

View on GitHub
app/assets/stylesheets/modules/_tables.scss

Summary

Maintainability
Test Coverage

Merge rule td, .td, th, .thd with rule on line 11
Open

  td,

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

      &.column, &.columns {

Rule declaration should be preceded by an empty line
Open

  td,

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

      td,

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

        > a:link,

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

  }

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

      button,

Property 'display' should be placed on separate line from selector
Open

  .tfoot .tr .td { display: $table-display; line-height: $table-line-height; }

Rule declaration should be preceded by an empty line
Open

    tr,

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

      ul {

Property 'line-height' should be placed on own line
Open

  .tfoot .tr .td { display: $table-display; line-height: $table-line-height; }

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

    &.highlight, &.highlight:nth-of-type(1n) {

Rule declaration should be preceded by an empty line
Open

    &.color {

Opening curly brace { should be preceded by one space
Open

  .tfoot{

Property 'background' should be placed on separate line from selector
Open

    &:nth-of-type(even) { background: $table-even-row-bg; }

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered color, font-size, padding
Open

      padding: $table-row-padding;

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

        i.fa {

Rule declaration should be followed by an empty line
Open

      }

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

  thead tr th,

Rule declaration should be followed by an empty line
Open

  .tfoot .tr .td { display: $table-display; line-height: $table-line-height; }

Properties should be ordered font-weight, text-align
Open

    text-align: center;

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

        &.numeric {

Rule declaration should be preceded by an empty line
Open

      &.column, &.columns {

Rule declaration should be followed by an empty line
Open

      }

Properties should be ordered background, border, display, list-style, margin-bottom, margin-left, max-width, width
Open

  display: table;

Rule declaration should be followed by an empty line
Open

    font-weight: bold; }

Rule declaration should be preceded by an empty line
Open

      td,

Rule declaration should be followed by an empty line
Open

      }

Rule declaration should be followed by an empty line
Open

      }

Rule declaration should be preceded by an empty line
Open

    &.numeric {

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

  }

Properties should be ordered color, font-size, font-weight, padding, text-align
Open

        padding: $table-head-padding;

Rule declaration should be preceded by an empty line
Open

    &.highlight, &.highlight:nth-of-type(1n) {

Rule declaration should be preceded by an empty line
Open

        > a:link,

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

      button,

Rule declaration should be preceded by an empty line
Open

        &.numeric {

Rule declaration should be followed by an empty line
Open

      }

Files should end with a trailing newline
Open

}

There are no issues that match your filters.

Category
Status