lightspeeddevelopment/lsx-search

View on GitHub

Showing 1,518 of 1,518 total issues

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 .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

The property -moz-box-flex is compatible with -webkit-box-flex and should be included as well.
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

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

.search-no-results .facetwp-template { margin-top: 1em; background-color: #ffffff; border: 1px solid #e4e4e4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 300px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

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

ul.products.list li.product:after {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

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

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

Values of 0 shouldn't have units specified.
Open

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

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

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

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

  border: 1px solid #ddd;
Severity: Minor
Found in assets/css/lsx-search.css by csslint

Don't use IDs in selectors.
Open

#secondary.facetwp-sidebar {
Severity: Minor
Found in assets/css/lsx-search.css by csslint

float can't be used with display: inline-block.
Open

  float: left;
Severity: Minor
Found in assets/css/lsx-search.css by csslint

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

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

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

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

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

.archive .facetwp-sidebar.widget-area .facetwp-form .search-field,
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

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

@media (max-width: 767px) { .facetwp-filters-wrap { height: 100%; right: 0; margin: 0 !important; padding: 15px; position: fixed !important; overflow-x: visible; overflow-y: auto; top: 0; -webkit-transform: translate(100%, 0); transform: translate(100%, 0); z-index: 7; } }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

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

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

Adjoining classes: .facetwp-checkbox.depth-1
Open

.facetwp-checkbox.depth-1 { margin-right: 25px; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

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

.facetwp-loading:before { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; content: "\f110"; color: inherit; display: inline-block; font-family: "FontAwesome"; font-size: 16px; line-height: 1; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

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

.facetwp-checkbox.country.continent-checked { display: block; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint

Adjoining classes: .facetwp-type-alpha .facetwp-alpha.available
Open

.facetwp-type-alpha .facetwp-alpha.available { color: #418ad0; }
Severity: Minor
Found in assets/css/lsx-search-rtl.css by csslint
Severity
Category
Status
Source
Language