3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered display, float, height, margin, padding, width
Open

  height: auto;

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

  #metrics_container > tr > th.backend_api_metric_title {

Avoid using id selectors
Open

  #ribbon-container,

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

  form.button_to {

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

        border-top-style: solid;

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

    &--noServicePermissionsGranted, &--services {

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

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

   text-decoration: line-through !important;

Properties should be ordered color, text-decoration
Open

        text-decoration: underline;

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

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

Color literals like #c9190b should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: #c9190b; // --pf-c-form__label-required--Color

!important should not be used
Open

    margin: 0 !important;

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

    border-radius: $border-radius-sm;

border: 0 is preferred over border: none
Open

    border: none;

Begin pseudo elements with double colons: ::
Open

    &.activate:before, &.enable:before, &.resume:before { @include iconic("\f144\0000a0"); }  // unlock

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

    &.approve:before,

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

    &.bolt, &.fire, &.off, &.eye, &.revert {

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

    &.delete, &.reject, &.eye-slash, &.suspend, &.disable {

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

      ul {

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

  padding: line-height-times(4/3) line-height-times(1) line-height-times(2/3) line-height-times(1);
Severity
Category
Status
Source
Language