3scale/porta

View on GitHub
app/assets/stylesheets/provider/_metrics.scss

Summary

Maintainability
Test Coverage

Properties should be ordered background, position
Open

    position: absolute;

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

  tbody tr td {

Avoid using id selectors
Open

  #metrics_container > tr > th.backend_api_metric_title {

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

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

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

    th, td {

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

  table#metrics tr.child td.title {

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

    &.operations:last-child {

Properties should be ordered border-bottom, border-left, border-right, color, font-weight
Open

      color: $font-color;

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

    thead tr.table_title th {

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

      tr {

Properties should be ordered list-style, margin, padding, text-align
Open

    margin: 0;

Merge rule table.usage_table with rule on line 44
Wontfix

  table.usage_table {

Line should be indented with spaces, not tabs
Open

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

Avoid using id selectors
Open

  &#metrics,

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);

Avoid using id selectors
Open

  &#features {

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

    &:last-child {

border: 0 is preferred over border: none
Open

        border: none;

border: 0 is preferred over border: none
Open

          border: none;

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

  #metrics_container > tr > th.backend_api_metric_title {

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

        td {

Avoid using id selectors
Open

#header_table {

Avoid using id selectors
Open

  &#metrics,

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

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

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

      thead {

Avoid using id selectors
Open

  table#metrics tr.child td.title {

There are no issues that match your filters.

Category
Status