crowbar/crowbar-core

View on GitHub
crowbar_framework/app/assets/stylesheets/content/table.scss

Summary

Maintainability
Test Coverage

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

            background-color: #fff;

Nesting should be no greater than 3, but was 4
Open

      a {

Color whitesmoke should be written in hexadecimal form as #f5f5f5
Open

        background-color: whitesmoke;

Unnecessary parent selector (&)
Open

      & *:last-child {

Nesting should be no greater than 3, but was 4
Open

      & > td {

Nesting should be no greater than 3, but was 4
Open

      &.visible {

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

        background-color: whitesmoke;

Nesting should be no greater than 3, but was 4
Open

      th {

Empty rule
Open

      &.visible {

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

    thead tr th,

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

        tr {

Nesting should be no greater than 3, but was 4
Open

      &.hidden {

Nesting should be no greater than 3, but was 4
Open

      td {

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

        border: 1px solid #ddd;

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

          td {

Properties should be ordered border, margin-bottom
Open

        margin-bottom: 0;

Nesting should be no greater than 3, but was 4
Open

      & *:last-child {

Unnecessary parent selector (&)
Open

      & > td {

Nesting should be no greater than 3, but was 4
Open

      table {

Nesting should be no greater than 3, but was 4
Open

      td {

There are no issues that match your filters.

Category
Status