lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Adjoining classes: .lsx-search-form .field.submit-button:nth-child(2) .btn
Open

  .lsx-search-form .field.submit-button:nth-child(2) .btn {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .lsx-search-form .field.submit-button:not(:nth-child(2)) .btn
Open

  .lsx-search-form .field.submit-button:not(:nth-child(2)) .btn {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .search-results .facetwp-sidebar.widget-area .facetwp-item .facetwp-collapsed button.facetwp-collapse:before
Open

.search-results .facetwp-sidebar.widget-area .facetwp-item .facetwp-collapsed button.facetwp-collapse:before,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .archive .facetwp-sidebar.widget-area .lsx-search-title
Open

.archive .facetwp-sidebar.widget-area .lsx-search-title,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .search-no-results .facetwp-sidebar.widget-area .facetwp-form .search-field
Open

.search-no-results .facetwp-sidebar.widget-area .facetwp-form .search-field {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

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

.facetwp-pager > .facetwp-page.prev:before {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .entry-meta
Open

.lsx-body-grid-layout.search .facetwp-template > .post-wrapper .lsx-slot .entry-meta,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Use of !important
Open

    position: fixed !important;
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: body:not(.search-no-results) .lsx-search-title.lsx-search-title-results
Open

body:not(.search-no-results) .lsx-search-title.lsx-search-title-results {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

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

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

        background: #f5f5f5;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

            }

Avoid qualifying class selectors with an element.
Open

                    div.cmb-td {

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

                        .cmb2-media-status {

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

    $bg: #f6f6f6,

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

    $breaker: #dadddf,

Line should be indented with spaces, not tabs
Open

    .archive {

Begin pseudo elements with double colons: ::
Open

                &:before {

Line should be indented with spaces, not tabs
Open

    .facetwp-sort-select,
Severity
Category
Status
Source
Language