lightspeeddevelopment/lsx-health-plan

View on GitHub
assets/css/scss/scporder.scss

Summary

Maintainability
Test Coverage

Avoid qualifying class selectors with an element.
Open

.ui-sortable tr.ui-sortable-helper {
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color: #F9F9F9;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

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

    background-color: #F9F9F9;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

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

    background-color: #F9F9F9;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Avoid qualifying class selectors with an element.
Open

.ui-sortable tr.alternate {
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Color #F9F9F9 should be written as #f9f9f9
Open

    background-color: #F9F9F9;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    cursor: move;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

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

    border-top: 1px solid #DFDFDF;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    background-color: #F9F9F9;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Color #F9F9F9 should be written as #f9f9f9
Open

    background-color: #F9F9F9;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    border-top: 1px solid #DFDFDF;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

Color #DFDFDF should be written as #dfdfdf
Open

    border-top: 1px solid #DFDFDF;
Severity: Minor
Found in assets/css/scss/scporder.scss by scss-lint

There are no issues that match your filters.

Category
Status