3scale/porta

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

Summary

Maintainability
Test Coverage

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

    &-label {

!important should not be used
Open

  display: none !important;

Opening curly brace { should be preceded by one space
Open

      &:last-of-type .ServiceAccessList-label{

Avoid using id selectors
Open

#user-permissions-form {

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

    &-item {

Properties should be ordered border-right-style, border-top-style
Open

        border-top-style: solid;

Begin pseudo elements with double colons: ::
Open

      &--plans:after {

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

      @include ellipsis;

Properties should be ordered color, text-decoration
Open

   text-decoration: line-through !important;

!important should not be used
Open

   text-decoration: line-through !important;

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

      .FeatureAccessList-item.FeatureAccessList-item--monitoring::after,

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

      &--labelDescription {

Shorthand form for property padding should be written more concisely as line-height-times(1 / 2) 2% instead of line-height-times(1 / 2) 2% line-height-times(1 / 2) 2%
Open

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

Begin pseudo elements with double colons: ::
Open

      &--monitoring:after {

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

  .FeatureAccessList {

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

    &-item {

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

      &--partners:after {

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

  .ServiceAccessList {

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

    &-labelText {

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

          &::before {

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

      &--partners {

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

      &--plans:after {

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

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

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

   color: $light-color;

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

  .FeatureAccessList {

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

    &--noServicePermissionsGranted {

Properties should be ordered display, line-height, overflow, width
Open

      width: 24%;

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

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

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

        li {

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

      &--services {

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

    &-item {

Properties should be ordered background-color, border, border-radius, display, margin-bottom, margin-left, padding, width
Open

      width: auto;

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

  .ServiceAccessList {

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

      &--monitoring::after,

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

    &--noServicePermissionsGranted, &--services {

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

      &:last-of-type .ServiceAccessList-label{

Declaration should be terminated by a semicolon
Open

        background-color: rgba($background-color-base, 0.8)

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

form.formtastic fieldset > ol > li.radio fieldset,

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

      &--monitoring::after,

0.8 should be written without a leading zero as .8
Open

        background-color: rgba($background-color-base, 0.8)

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

   text-decoration: line-through !important;

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

      &.is-checked.FeatureAccessList-item--monitoring::after,

Begin pseudo elements with double colons: ::
Open

      &--partners:after {

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

form.formtastic fieldset > ol > li.radio.u-servicePermissionsDisabled fieldset,

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

    &--noServicePermissionsGranted, &--services {

Nesting should be no greater than 5, but was 6
Open

          &::before {

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

      &--monitoring:after {

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

      &.is-checked {

Properties should be ordered background-color, border
Open

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

There are no issues that match your filters.

Category
Status