bkdotcom/PHPDebugConsole

View on GitHub

Showing 2,200 of 2,231 total issues

Properties should be ordered height, margin-left, margin-right, text-align, width
Open

    text-align: center;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Selector hasTooltip should be written in lowercase with hyphens
Open

.hasTooltip:not(a),
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

table.trace-context {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Line contains trailing whitespace
Open

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

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

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

Use // comments everywhere
Open

        /*
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

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

      background-color: #f5f2f0;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

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

    label,
Severity: Minor
Found in src/Debug/scss/_sidebar.scss by scss-lint

Prefer single quoted strings
Open

  &::before { content: ""; }
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &:hover {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Selector t_int should be written in lowercase with hyphens
Open

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

Merge rule table.table-sort with rule on line 4
Open

table.table-sort {
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

Selector ws_r should be written in lowercase with hyphens
Open

.ws_s,
Severity: Minor
Found in src/Debug/scss/_misc.scss by scss-lint

Properties should be ordered opacity, position
Open

      position: absolute;
Severity: Minor
Found in src/Debug/scss/_table.scss by scss-lint

0.25 should be written without a leading zero as .25
Open

  transition: all 0.25s ease-out;

!important should not be used
Open

      display: block !important;  // override collapsed
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Selector m_group should be written in lowercase with hyphens
Open

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

Properties should be ordered padding-left, text-indent
Open

  text-indent: 0;
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

Properties should be ordered background-image, bottom, height, pointer-events, position, width
Open

  position: absolute;
Severity: Minor
Found in src/Debug/scss/_script.scss by scss-lint

0.75 should be written without a leading zero as .75
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
Severity
Category
Status
Source
Language