lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Don't use IDs in selectors.
Open

#facetwp-top .facetwp-type-sort {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Rule declaration should be followed by an empty line
Open

}
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Adjoining classes: .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:nth-child(2)
Open

  .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:first-child, .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:nth-child(2), .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot:nth-child(3) {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.facetwp-template .searchwp-revised-search-notice {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .facetwp-checkbox.region.country-checked
Open

.facetwp-checkbox.region.country-checked {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Avoid qualifying class selectors with an element.
Open

            article.lsx-slot {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Line should be indented with spaces, not tabs
Open

    .facetwp-template {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

!important should not be used
Open

        margin: 0 !important;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Don't use IDs in selectors.
Open

body:not(.search-no-results) #facetwp-top,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Line should be indented with spaces, not tabs
Open

    &:before {
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Prefer single quoted strings
Open

        font-family: "FontAwesome";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Use // comments everywhere
Open

/* CMB2 Settings Styles */

Prefer single quoted strings
Open

            content: "\f14a";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

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

                >a {

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Avoid qualifying attribute selectors with an element.
Open

                    input[type=radio] {

Prefer single quoted strings
Open

        content: "\f10c";
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Color white should be written in hexadecimal form as #ffffff
Open

                color: white;

Line should be indented with spaces, not tabs
Open

    margin-top: 5px;
Severity: Minor
Found in assets/css/scss/lsx-search.scss by scss-lint

Properties should be ordered clear, content, display
Open

                content: "";
Severity
Category
Status
Source
Language