3scale/porta

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

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 1 spaces
Open

 li {

Unnecessary parent selector (&)
Open

      &>a {

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

    a,h3 {

Properties should be ordered background-color, color, position, z-index
Open

        position: relative;

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

        border-top: none;

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

      ul {

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

      li {

Properties should be ordered color, height, padding-top
Open

      padding-top: line-height-times(.5);

Properties should be ordered border-bottom, border-top
Open

      border-top: 1px solid $border-color;

Unnecessary parent selector (&)
Open

      & + li {

Avoid using id selectors
Open

#tab-content {

Avoid using id selectors
Open

#side-tabs {

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

    &.active, &.active a:hover {

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

        &.active:first-child > a {

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

      border-top: none;

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

      &>a {

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

  border-right: none;

There are no issues that match your filters.

Category
Status