3scale/porta

View on GitHub
app/assets/stylesheets/provider/admin/cms/sidebar/_filter.scss

Summary

Maintainability
Test Coverage

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

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

Line should be indented 4 spaces, but was indented 3 spaces
Open

   &.active {

Line should be indented 4 spaces, but was indented 3 spaces
Open

   height: line-height-times(2);

Line should be indented 4 spaces, but was indented 3 spaces
Open

   vertical-align: middle;

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

      border-right: none;

Avoid using id selectors
Open

#cms-filter {

Avoid using id selectors
Open

#cms-sidebar-filter-origin {

Avoid using id selectors
Open

#cms-sidebar-filter-type {

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

    &.active, &:hover {

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

    outline: none;

Properties should be ordered border-left, box-sizing, width
Open

    box-sizing: border-box;

Line should be indented 4 spaces, but was indented 3 spaces
Open

   width: 100% / $items;

Line should be indented 4 spaces, but was indented 3 spaces
Open

   border-left: $border-width solid $border-color;

Properties should be ordered -webkit-appearance, border, border-left, border-top, font-size, width
Open

    width: 100%;

Line should be indented 4 spaces, but was indented 3 spaces
Open

   $items: 3;

Properties should be ordered border-left, box-sizing, height, padding-top, vertical-align, width
Open

   box-sizing: border-box;

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

  [data-filter-type], [data-filter-origin] {

Line should be indented 4 spaces, but was indented 3 spaces
Open

   box-sizing: border-box;

Properties should be ordered border-right, margin, overflow, padding, text-align
Open

    margin: 0;

Line should be indented 4 spaces, but was indented 3 spaces
Open

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

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

      i.fa { color: $link-color; }

There are no issues that match your filters.

Category
Status