3scale/porta

View on GitHub
app/assets/stylesheets/provider/stats/_base.scss

Summary

Maintainability
Test Coverage

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

    margin: 0 line-height-times(1/4);

Avoid vendor prefixes.
Open

    -moz-box-shadow: 0 0 0 transparent;

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

        &:last-child {

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

  padding: line-height-times(1/2);

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

  margin-bottom: line-height-times(1/2);

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

  margin-top: line-height-times(1/2);

Merge rule .c3-tooltip th with rule on line 189
Open

  .c3-tooltip th {

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

    padding: line-height-times(1/8) line-height-times(1/2);

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

    box-shadow: 0 0 line-height-times(1/2) $stats-chart-tooltip-shadow;

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

        &:first-child {

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

    padding: 0 line-height-times(1/2);

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

    padding-left: line-height-times(1/4);

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

  .c3-grid line.c3-ygrid,

1/8 should be written with a single space on each side of the operator: 1 / 8
Open

    padding: line-height-times(1/8) line-height-times(1/2);

Merge rule .c3-tooltip td with rule on line 189
Open

  .c3-tooltip td {

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

    border-left: none;

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

  margin: 0 line-height-times(1/2) line-height-times(1) 0;

1/8 should be written with a single space on each side of the operator: 1 / 8
Open

  padding: 0 line-height-times(1/8);

Avoid vendor prefixes.
Open

    -webkit-box-shadow: 0 0 0 transparent;

Properties should be ordered margin, width
Open

      width: auto;

1/4 should be written with a single space on each side of the operator: 1 / 4
Open

      margin: line-height-times(-1/4) 0;

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

  margin-bottom: line-height-times(1/2);

Properties should be ordered background, border, border-radius, box-shadow
Open

    border: $border-width solid $stats-chart-border-color;

Merge rule .c3-tooltip tr with rule on line 189
Open

  .c3-tooltip tr {

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

      td {

Properties should be ordered border, border-radius, color, display, height, margin, padding
Open

  margin: 0 line-height-times(1/2) line-height-times(1) 0;

There are no issues that match your filters.

Category
Status