lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/woocommerce/woocommerce-extensions/_bookings.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    .ui-widget { font-family: inherit; }

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

            table { font-size: 1em; }

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

                &.bookable {

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

            a {

Selector my_account_bookings should be written in lowercase with hyphens
Open

    table.my_account_bookings { font-size: 0.875em; }

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

            .label {

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

                &.ui-datepicker-today {

Avoid qualifying attribute selectors with an element.
Open

        input[type="number"] { width: 70px; }

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

            .ui-datepicker-title { font-weight: bold; }

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

            table { font-size: 1em; }

Line should be indented with spaces, not tabs
Open

    .block-picker {

Avoid qualifying attribute selectors with an element.
Open

        input[type="text"],

Line should be indented with spaces, not tabs
Open

    form.cart {

0.875 should be written without a leading zero as .875
Open

    table.my_account_bookings { font-size: 0.875em; }

Avoid using id selectors
Open

#wc-bookings-booking-form {

Selector fully_booked should be written in lowercase with hyphens
Open

                &.fully_booked {

0.236 should be written without a leading zero as .236
Open

                padding: 0.236em 0.5407911001em;

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

                &.fully_booked {

Avoid qualifying class selectors with an element.
Open

    table.my_account_bookings { font-size: 0.875em; }

Color literals like rgba(#000, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

                        box-shadow: inset 0 0 0 3px rgba(#000,.2);

Line should be indented with spaces, not tabs
Open

    .form-field {

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

            .label {

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

            a {

0.5407911001 should be written without a leading zero as .5407911001
Open

                padding: 0.236em 0.5407911001em;

Avoid qualifying class selectors with an element.
Open

    form.cart {

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

            td {

Commas in function arguments should be followed by one space
Open

                        box-shadow: inset 0 0 0 3px rgba(#000,.2);

Line should be indented with spaces, not tabs
Open

    .wc-bookings-date-picker {

Properties should be ordered background-image, border
Open

            border: 0;

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

            .ui-datepicker-title { font-weight: bold; }

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

            td {

Properties should be ordered border, display, padding, text-align
Open

                padding: 0.236em 0.5407911001em;

Avoid qualifying attribute selectors with an element.
Open

        input[type="text"],

!important should not be used
Open

                border: 0 !important;

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

                &:hover {

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

                    a { text-shadow: none; }

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

                    a,

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

                    a,

Line should be indented with spaces, not tabs
Open

    padding: 0;

Line should be indented with spaces, not tabs
Open

    table.my_account_bookings { font-size: 0.875em; }

Line should be indented with spaces, not tabs
Open

    border: 0;

Line should be indented with spaces, not tabs
Open

    .wc-bookings-date-picker-date-fields {

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

            th {

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

            th {

Line should be indented with spaces, not tabs
Open

    .wc-bookings-booking-cost {

Properties should be ordered border, text-decoration
Open

                    text-decoration: none;

There are no issues that match your filters.

Category
Status