lightspeeddevelopment/lsx-customizer

View on GitHub

Showing 18,317 of 18,317 total issues

Avoid qualifying class selectors with an element.
Open

        label.checkbox {

Merge rule .woocommerce-ordering select with rule on line 1118
Open

    .woocommerce-ordering select {

Avoid using id selectors
Open

    #respond input#submit,

Selector pp_content_container should be written in lowercase with hyphens
Open

.pp_content_container {

Rule declaration should be preceded by an empty line
Open

                    .cart {

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

            li.product {

Selector add_payment_method should be written in lowercase with hyphens
Open

#add_payment_method,

Avoid qualifying class selectors with an element.
Open

        ul.payment_methods {

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

                & > input[type="radio"] {

!important should not be used
Open

                    position: absolute !important;

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

                    & > img {

Avoid qualifying class selectors with an element.
Open

        div.payment_box {

Avoid using id selectors
Open

    #main .quantity .qty {

Rule declaration should be followed by an empty line
Open

            }

Unnecessary parent selector (&)
Open

                & > li.active > a {

0px should be written without units as 0
Open

                    border-top: 0px;

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

            #comments {

Use // comments everywhere
Open

    /*#billing_country_field, #shipping_country_field, #billing_state_field, #shipping_state_field {

Nesting should be no greater than 3, but was 4
Open

            .woocommerce-form-login__rememberme {

Line should be indented with spaces, not tabs
Open

    > * {
Severity
Category
Status
Source
Language