lightspeeddevelopment/lsx-health-plan

View on GitHub
assets/css/scss/partials/_cmb_tabbed_theme.scss

Summary

Maintainability
Test Coverage

Avoid vendor prefixes.
Open

        -webkit-border-radius: 10px;

Avoid qualifying class selectors with an element.
Open

    span.version {

0.4 should be written without a leading zero as .4
Open

        font-size: 0.4em;

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

        border: 1px solid #ccc;

Line should be indented with spaces, not tabs
Open

    .wp-filter {

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

            .current {

Selector plan_page_lsx_health_plan_options should be written in lowercase with hyphens
Open

.wp-admin.plan_page_lsx_health_plan_options {

Properties should be ordered border, margin-top
Open

            margin-top: 0;

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

                            border-color: #7e8993;

Rule declaration should be followed by an empty line
Open

                        }

Avoid qualifying class selectors with an element.
Open

            a.remover {

Use // comments everywhere
Open

/* CMB2 Settings Styles */

Properties should be ordered border-bottom, color, font-weight
Open

                font-weight: 600;

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

                        color: #00a0d2;

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

                        .cmb2-metabox-title {

Properties should be ordered color, font-style, line-height, margin, margin-bottom, margin-top
Open

                        margin: 2px 0 5px;

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

                        select {

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

                        input {

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

                        color: #666;

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered -webkit-appearance, background-size, border-color, border-radius, box-shadow, color, cursor, font-size, line-height, max-width, min-height, padding, vertical-align
Open

                            font-size: 14px;

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

                        .cmb2-media-status {

Rule declaration should be followed by an empty line
Open

}

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

            a.remover {

border-bottom: 0 is preferred over border-bottom: none
Open

                border-bottom: none;

Properties should be ordered border-bottom, color, margin
Open

                    color: #0073aa;

Use // comments everywhere
Open

/**

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

                    &:hover {

Line should be indented with spaces, not tabs
Open

    .cmb2-wrap {

Avoid vendor prefixes.
Open

        -webkit-background-clip: padding-box;

Properties should be ordered color, font-size, -webkit-font-smoothing, font-weight, line-height, margin, margin-bottom
Open

                        margin: 1em 0;

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

                    div.cmb-th {

!important should not be used
Open

                            padding-top: 0px !important;

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

                        color: #23282d;

Avoid qualifying attribute selectors with an element.
Open

                    input[type='radio'] {

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

                > a {

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

            .tab.tab-nav {

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

                    h3.cmb2-metabox-title {

Avoid qualifying class selectors with an element.
Open

                    div.cmb-th {

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

                    div.cmb-td {

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

                    input[type='radio'] {

Properties should be ordered background, -moz-background-clip, -webkit-background-clip, background-clip, border, -webkit-border-radius, border-radius, font-size, font-weight, left, padding, position, top
Open

        font-size: 0.4em;

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

                color: #23282d;

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

                        &.cmb-type-colorpicker {

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

                            .cmb-td {

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

                        color: #23282d;

Line should be indented with spaces, not tabs
Open

    span.version {

Avoid vendor prefixes.
Open

        -moz-background-clip: padding;

border: 0 is preferred over border: none
Open

        border: none;

Rule declaration should be followed by an empty line
Open

            }

Properties should be ordered -webkit-box-direction, -webkit-box-orient, display, -ms-flex-direction, flex-direction
Open

                                display: -webkit-box;

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

                    color: #23282d;

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

                    > a {

0px should be written without units as 0
Open

                            padding-top: 0px !important;

0px should be written without units as 0
Open

                            margin-top: 0px;

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

                            &.cmb2-upload-file {

Avoid qualifying class selectors with an element.
Open

                    p.cmb2-metabox-description {

Line should be indented with spaces, not tabs
Open

    .cmb-post-search-ajax-results {

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

        background: #f5f5f5;

Rule declaration should be preceded by an empty line
Open

        .filter-links {

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

            .current {

border-bottom: 0 is preferred over border-bottom: none
Open

                    border-bottom: none;

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

            a.remover {

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

            > li {

!important should not be used
Open

                        min-width: 210px !important;

Properties should be ordered float, margin-right, margin-top
Open

                        margin-top: -4px;

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

            > li {

!important should not be used
Open

                        padding: 20px 10px 20px 0 !important;

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

                            color: #32373c;

Avoid qualifying class selectors with an element.
Open

                    h3.cmb2-metabox-title {

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

                    p.cmb2-metabox-description {

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

                    color: #0073aa;

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

                &:nth-of-type(1) {

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

                .cmb-row {

Properties should be ordered color, font-size, font-weight, line-height, min-width, padding, text-align, text-shadow, vertical-align, width
Open

                        text-align: left;

Avoid qualifying class selectors with an element.
Open

                    div.cmb-td {

Properties should be ordered margin-right, padding, text-align
Open

                        text-align: left !important;

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

                        &:nth-of-type(1) {

Expected item on line 144 to appear before line 111. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

                        margin-right: 15px;

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

                &:hover {

Avoid vendor prefixes.
Open

                                -ms-flex-direction: row;

0px should be written without units as 0
Open

                        margin-bottom: 0px;

!important should not be used
Open

                        text-align: left !important;

There are no issues that match your filters.

Category
Status