3scale/porta

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

Summary

Maintainability
Test Coverage

!important should not be used
Open

  padding: 0 !important;

border: 0 is preferred over border: none
Open

      border: none;

Expected item on line 49 to appear before line 39. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

      @include border-radius(0);

Properties should be ordered margin, padding, position
Open

  position: static !important;

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

  & > a, & > button, & > input[type='submit'] {

Properties should be ordered border-radius, margin-right, min-width, position
Open

    position: relative;

Properties should be ordered border-bottom-left-radius, border-top-left-radius, margin-right
Open

      margin-right: 0;

!important should not be used
Open

    display: block !important;

Properties should be ordered float, font-style, list-style, overflow, padding, text-align, vertical-align
Open

    text-align: left;

Unnecessary parent selector (&)
Open

    & > a,

!important should not be used
Open

      width: 100% !important;

!important should not be used
Open

  position: static !important;

!important should not be used
Open

  margin: 0 !important;

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

      border-top-right-radius: $border-radius-sm;

Unnecessary parent selector (&)
Open

  & > input[type=submit], & > button {

Unnecessary parent selector (&)
Open

  & > input[type=submit], & > button {

!important should not be used
Open

  margin: 0 !important;

Properties should be ordered background-color, border, border-radius, display, top
Open

    display: block !important;

!important should not be used
Open

      text-align: left !important;

!important should not be used
Open

      height: auto !important;

Unnecessary parent selector (&)
Open

  & > a, & > button, & > input[type='submit'] {

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

!important should not be used
Open

    float: none !important;

!important should not be used
Open

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

Properties should be ordered border, display, margin, padding, position, z-index
Open

  position: absolute !important;

Unnecessary parent selector (&)
Open

  & > a, & > button, & > input[type='submit'] {

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

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

!important should not be used
Open

  display: none !important;

Unnecessary parent selector (&)
Open

      & > a,

Expected item on line 13 to appear before line 12. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include box-shadow(0 0 6px $box-shadow-color);

!important should not be used
Open

      font-size: $font-size-base !important;

!important should not be used
Open

      font-weight: $font-weight-normal !important;

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

  & > a, & > button, & > input[type='submit'] {

Unnecessary parent selector (&)
Open

  & > a, & > button, & > input[type='submit'] {

!important should not be used
Open

      margin-left: $border-width !important;

!important should not be used
Open

  position: absolute !important;

Unnecessary parent selector (&)
Open

  & > li {

!important should not be used
Open

  padding: 0 !important;

Properties should be ordered background, border, border-bottom, color, cursor, display, font-size, font-weight, height, margin, min-width, padding, text-align, text-shadow, white-space, width
Open

      display: block;

Properties should be ordered border-bottom-left-radius, border-top-left-radius, margin-left, min-width
Open

      border-top-left-radius: 0;

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

  & > input[type=submit], & > button {

There are no issues that match your filters.

Category
Status