bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Avoid qualifying class selectors with an element.
Open

i.fa-plus-circle { opacity: 0.42; }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Properties should be ordered background, box-shadow, box-sizing, float, font-size, max-height, min-width, overflow, position, right, top, transition, z-index
Open

  position: absolute;

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

0.33 should be written without a leading zero as .33
Open

i.fa { margin-right: 0.33em; }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Selector ws_t should be written in lowercase with hyphens
Open

.ws_t::before {
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

i.fa-lg { font-size: 1.33em; }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Nesting should be no greater than 3, but was 4
Open

      > .group-body {
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

    padding: 0.5em 5px 0.5em 15px;

Rule declaration should be preceded by an empty line
Open

    > .group-header {
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Color literals like rgba(#c9c9c9, 0) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-image: linear-gradient(to bottom, rgba(#c9c9c9, 0), #c9c9c9);
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

0.1 should be written without a leading zero as .1
Open

[data-toggle=interface]:hover { background-color: rgba(0, 0, 0, 0.1); }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

  &.toggle-off { opacity: 0.5; }
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

      &.animate {
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

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

      > ul {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

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

      &.disabled span {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

      &.disabled span {
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

  tbody th.t_int,
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Color literals like rgba(white, 0.75) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-image: linear-gradient(to bottom, rgba(white, 0), rgba(white, 0.75));
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Properties should be ordered display, line-height, margin-bottom, margin-right, vertical-align
Open

    margin-right: 0.33em;
Severity: Minor
Found in src/Debug/scss/_methods.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

  tbody th.t_int,
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint
Severity
Category
Status
Source
Language