3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Merge rule #integration-tabs fieldset.mapping_rules with rule on line 7
Open

#integration-tabs fieldset.mapping_rules {

Begin pseudo elements with double colons: ::
Open

.deployment_option_plugin_rest span:before {

Begin pseudo elements with double colons: ::
Open

.proxy_authentication_method_2 span:before {

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

    color: black;

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

    li a {

Properties should be ordered border-bottom, cursor, font-type, font-weight
Open

       cursor: help;

Avoid using id selectors
Open

  & + #tab-content {

0.5 should be written without a leading zero as .5
Open

       top: -0.5rem;

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

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

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

    outline: none;

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

   vertical-align: middle;

0.5 should be written without a leading zero as .5
Open

      margin-left: 0.5em !important;

Color #dddddd should be written as #ddd
Open

          border: 1px solid #dddddd;

Color #aaaaaa should be written as #aaa
Open

            border-color: #aaaaaa;

Avoid using id selectors
Open

#settings_change_service_plan_permission_direct,

Properties should be ordered margin, width
Open

      width: auto;

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

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

Prefer single quoted strings
Open

  content: " ›";

Shorthand form for property padding should be written more concisely as 0 instead of 0 0 0 0
Open

  padding: 0 0 0 0;

border: 0 is preferred over border: none
Open

  border: none;
Severity
Category
Status
Source
Language