lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

Don't use IDs in selectors.
Open

#ui-datepicker-div { z-index: 99 !important; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

Don't use IDs in selectors.
Open

body:not(.search-no-results) #facetwp-top .row > .col-xs-12, body:not(.search-no-results) #facetwp-bottom > .row .row > .col-xs-12 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; height: 51px; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

The property -moz-box-pack is compatible with -webkit-box-pack and should be included as well.
Open

body:not(.search-no-results) #facetwp-top .row > .col-xs-12, body:not(.search-no-results) #facetwp-bottom > .row .row > .col-xs-12 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; height: 51px; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

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

body:not(.search-no-results) #facetwp-top .row > .col-xs-12 .facetwp-pager, body:not(.search-no-results) #facetwp-bottom > .row .row > .col-xs-12 .facetwp-pager { -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

Adjoining classes: ul.products.list li.product .woocommerce-loop-product__title
Open

ul.products.list li.product .woocommerce-loop-product__title,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .search .facetwp-sidebar.widget-area + .content-area.search-sidebar-left
Open

  .search .facetwp-sidebar.widget-area + .content-area.search-sidebar-left,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

  padding: 10px 20px;
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Values of 0 shouldn't have units specified.
Open

  padding: 0px;
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .lsx-search-form .field.submit-button .search-submit
Open

.lsx-search-form .field.submit-button .search-submit {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .search-results .facetwp-sidebar.widget-area .facetwp-item:first-child
Open

.search-results .facetwp-sidebar.widget-area .facetwp-item:first-child,
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Adjoining classes: .search-no-results .facetwp-sidebar.widget-area .facetwp-item:first-child
Open

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

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

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

Adjoining classes: .blog .facetwp-sidebar.widget-area .facetwp-results
Open

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

Adjoining classes: .search-no-results .facetwp-sidebar.widget-area .facetwp-type-slider .noUi-connect
Open

.search-no-results .facetwp-sidebar.widget-area .facetwp-type-slider .noUi-connect {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

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

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

Adjoining classes: .archive .facetwp-sidebar.widget-area .facetwp-form .btn.search-submit:before
Open

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

Adjoining classes: .archive .facetwp-sidebar.widget-area .facetwp-form .btn.search-submit:before
Open

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

Adjoining classes: .facetwp-pager > .facetwp-page.next:before
Open

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

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

.facetwp-radio:before { content: "\f10c"; color: inherit; display: inline-block; font-family: "FontAwesome"; font-size: 15px; line-height: 1; position: absolute; right: 0; text-rendering: auto; top: 5px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

Don't use IDs in selectors.
Open

body:not(.search-no-results) #facetwp-top, body:not(.search-no-results) #facetwp-bottom > .row { background-color: transparent; border: none; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint
Severity
Category
Status
Source
Language