lightspeeddevelopment/lsx-customizer

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

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    a.button.wl-add-but {

Properties should be ordered background-color, box-shadow, font-size, font-weight, height, padding, text-transform, transition
Open

        font-weight: normal !important;

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

                td { padding-left: 0; }

!important should not be used
Open

                line-height: 1.6 !important;

Avoid qualifying class selectors with an element.
Open

a.button.wl-add-to-single {

Avoid using id selectors
Open

#wl-wrapper {

Line should be indented with spaces, not tabs
Open

    &.wl-button-wrap {

Properties should be ordered clear, content, display, font-size, height, visibility
Open

            visibility: hidden;

!important should not be used
Open

        height: auto !important;

!important should not be used
Open

        text-transform: inherit !important;

Avoid qualifying attribute selectors with an element.
Open

    input[type="radio"],

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

            td { padding: 0 5px; }

Selector shop_table should be written in lowercase with hyphens
Open

    table.shop_table {

!important should not be used
Open

                border-radius: 0 !important;

Unnecessary parent selector (&)
Open

        & > *:last-child { margin-bottom: 0; }

Line should be indented with spaces, not tabs
Open

    @include lsx-button-colour();

Line should be indented with spaces, not tabs
Open

    max-width: 300px;

!important should not be used
Open

        padding: 0 !important;

Line should be indented with spaces, not tabs
Open

    .wl-row {

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

                & > *:first-child { border-radius: 5px 0 0 0; }

Shorthand form for property border-radius should be written more concisely as 5px 0 0 instead of 5px 0 0 0
Open

                & > *:first-child { border-radius: 5px 0 0 0; }

Line should be indented with spaces, not tabs
Open

    .wl-search-form {

Avoid qualifying class selectors with an element.
Open

    a.button.wl-add-but {

Line should be indented with spaces, not tabs
Open

    .wl-actions-table {

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

            tr:first-child {

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

                & > *:first-child { border-radius: 0 0 0 5px; }

Shorthand form for property margin should be written more concisely as 0 0 2px instead of 0 0 2px 0
Open

    dd { margin: 0 0 2px 0; }

!important should not be used
Open

        background-color: transparent !important;

Line should be indented with spaces, not tabs
Open

    .panel {

!important should not be used
Open

        box-shadow: none !important;

Unnecessary parent selector (&)
Open

                & > *:first-child { border-radius: 5px 0 0 0; }

!important should not be used
Open

                border: 0 !important;

Begin pseudo elements with double colons: ::
Open

        &:after {

Begin pseudo elements with double colons: ::
Open

        &:after {

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

                & > *:last-child { border-radius: 0 0 5px 0; }

Line should be indented with spaces, not tabs
Open

    img { width: 50px; }

Line should be indented with spaces, not tabs
Open

    dd { margin: 0 0 2px 0; }

!important should not be used
Open

        font-weight: normal !important;

Line should be indented with spaces, not tabs
Open

    .wl-table {

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

            &:first-child {

!important should not be used
Open

        border-bottom: 0 !important;

Line should be indented with spaces, not tabs
Open

    @extend %bootstrap-form-control;

Shorthand form for property padding should be written more concisely as 1em 0 0 instead of 1em 0 0 0
Open

        padding: 1em 0 0 0;

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

            td { padding: 0 5px; }

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

            &:last-child {

Line should be indented with spaces, not tabs
Open

    table.shop_table {

Shorthand form for property border-radius should be written more concisely as 0 0 5px instead of 0 0 5px 0
Open

                & > *:last-child { border-radius: 0 0 5px 0; }

!important should not be used
Open

            margin-bottom: 0 !important;

!important should not be used
Open

                margin: 0 !important;

Line should be indented with spaces, not tabs
Open

    @extend %lsx-form-field;

Line should be indented with spaces, not tabs
Open

    @include lsx-button-scaffolding();

!important should not be used
Open

        transition: all 100ms ease !important;

Avoid qualifying class selectors with an element.
Open

    table.shop_table {

Line should be indented with spaces, not tabs
Open

    .wl-tabs {

Line should be indented with spaces, not tabs
Open

    .wl-already-in {

!important should not be used
Open

        font-size: 20px !important;

Avoid qualifying attribute selectors with an element.
Open

    input[type="radio"],

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

            tr:first-child {

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

            tr:last-child {

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

            > a {

Begin pseudo elements with double colons: ::
Open

        &:before {

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

            border: 1px solid #333;

Properties should be ordered clear, content, display, font-size, height, visibility
Open

            visibility: hidden;

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

                td { padding-right: 0; }

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

            tr:last-child {

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

            > a {

Shorthand form for property margin should be written more concisely as 0 0 1em instead of 0 0 1em 0
Open

        margin: 0 0 1em 0;

Line should be indented with spaces, not tabs
Open

    input[type="radio"],

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

                & > *:last-child { border-radius: 0 5px 0 0; }

Unnecessary parent selector (&)
Open

                & > *:last-child { border-radius: 0 5px 0 0; }

Unnecessary parent selector (&)
Open

                & > *:last-child { border-radius: 0 0 5px 0; }

Avoid qualifying class selectors with an element.
Open

        input.find-input {

border: 0 is preferred over border: none
Open

        border: none;

Unnecessary parent selector (&)
Open

                & > *:first-child { border-radius: 0 0 0 5px; }

There are no issues that match your filters.

Category
Status