lightspeeddevelopment/wetu-importer

View on GitHub
assets/css/scss/lsx-wetu-importer.scss

Summary

Maintainability
Test Coverage

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

            &:hover, &.current {

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

                background: #00a0d2;

Each selector in a comma sequence should be on its own single line
Open

    .welcome-block-header, .welcome-block.postbox {

Line should be indented with spaces, not tabs
Open

    .welcome-block-header, .welcome-block.postbox {

Properties should be ordered border-top, bottom, box-sizing, left, margin, opacity, position, width, z-index
Open

        box-sizing: border-box;

Properties should be ordered color, content, margin-left, margin-right
Open

            content: "|";

Each selector in a comma sequence should be on its own single line
Open

        thead, tfoot {

Selector sorting_desc should be written in lowercase with hyphens
Open

            .sorting_desc::after {

Each selector in a comma sequence should be on its own single line
Open

        .dataTables_info, .dataTables_length {

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

            color: #555;

Rule declaration should be followed by an empty line
Open

        }

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

            a:hover {

@media declaration should be followed by an empty line
Open

        }

Colon after property should be followed by one space
Open

                    font-size:14px;

Avoid using id selectors
Open

    #lsx-wetu-importer-search-form {

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

            .check-column {

Selector tour-operator_page_lsx-wetu-importer should be written in lowercase with hyphens
Open

body.tour-operator_page_lsx-wetu-importer {

Avoid qualifying attribute selectors with an element.
Open

    label[for="wetu_api_key"] {

@media declaration should be preceded by an empty line
Open

            @media (max-width: 782px) {

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

            input {

Selector paginate_button should be written in lowercase with hyphens
Open

        .paginate_button {

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

                color: #a0a5aa;

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

            a {

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

            a:hover {

Line should be indented with spaces, not tabs
Open

    .spacer {

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

        border-top: 1px solid #979797;

@media declaration should be followed by an empty line
Open

        }

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

            input.keyword {

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

            input.keyword {

Line should be indented with spaces, not tabs
Open

    label[for="wetu_api_key"] {

Line should be indented with spaces, not tabs
Open

    .tooltip {

Avoid using id selectors
Open

        #doc-tooltip {

border: 0 is preferred over border: none
Open

        border: none;

Rule declaration should be followed by an empty line
Open

    }

Colon after property should be followed by one space
Open

                margin:0 0 0 8px;

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

            .sorting_asc , .sorting_desc {

Selector sorting_desc should be written in lowercase with hyphens
Open

            .sorting_asc , .sorting_desc {

Properties should be ordered display, font-family, font-size, -moz-osx-font-smoothing, -webkit-font-smoothing, font-style, font-weight, height, line-height, text-align, text-decoration, transition, vertical-align, width
Open

                    width: 20px;

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

            .sorting_asc::after {

Colon after property should be followed by one space
Open

            display:inline-block;

Selector dataTables_info should be written in lowercase with hyphens
Open

        .dataTables_info, .dataTables_length {

Properties should be ordered color, position, text-align, width, z-index
Open

        text-align: center;

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

            .dataTables_paginate {

Properties should be ordered color, cursor, display, height, text-align, width
Open

            display:inline-block;

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

            a {

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

            span {

Line should be indented with spaces, not tabs
Open

    .welcome-block-header {

Rule declaration should be followed by an empty line
Open

            }

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

                    background-color: #00a0d2;

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

        margin: -43px auto 0 auto;

Properties should be ordered text-align, width
Open

            width:100%;

0.33 should be written without a leading zero as .33
Open

        opacity: 0.33;

Line should be indented with spaces, not tabs
Open

    .wetu-status {

Line should be indented with spaces, not tabs
Open

    .subsubsub {

Rule declaration should be preceded by an empty line
Open

            input.keyword {

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

            .check-column {

Rule declaration should be followed by an empty line
Open

    }

Avoid using id selectors
Open

    #import-list {

Properties should be ordered padding, vertical-align
Open

                vertical-align: top;

Use // comments everywhere
Open

/** LSX Importer for Wetu Styles */

Rule declaration should be preceded by an empty line
Open

        .tooltip-inner {

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

                &.clicked {

Line should be indented with spaces, not tabs
Open

    #posts-filter, #import-list {

Selector sorting_asc should be written in lowercase with hyphens
Open

            .sorting_asc::after {

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

            .sorting_desc::after {

Properties should be ordered background, border-color, color, pointer-events
Open

                pointer-events: none;

Begin pseudo classes with a single colon: :
Open

            &::last-child {

Shorthand form for property padding should be written more concisely as 0px 0 4px instead of 0px 0 4px 0
Open

            padding: 0px 0 4px 0;

Property display already defined on line 192
Open

                display: inline-block;

Colon after property should be followed by one space
Open

            width:100%;

Colon after property should be followed by one space
Open

        height:auto;

Rule declaration should be preceded by an empty line
Open

        #doc-tooltip {

Avoid using id selectors
Open

    #posts-filter, #import-list {

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

            .sorting_asc , .sorting_desc {

Rule declaration should be followed by an empty line
Open

            }

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

                background: #f7f7f7;

0px should be written without units as 0
Open

            margin-right:0px;

Colon after property should be followed by one space
Open

                display:block;

Properties should be ordered background, border, cursor, height, outline, text-align, width
Open

        cursor: pointer;

Colon after property should be followed by one space
Open

            display:inline-block;

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

                border-color: #ddd;

Line should be indented with spaces, not tabs
Open

    .row.section {

Properties should be ordered display, margin-right, min-width, padding, vertical-align
Open

        margin-right: 1%;

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

            span {

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

                span {

@media declaration should be preceded by an empty line
Open

        @media (max-width: 1670px) {

@media declaration should be preceded by an empty line
Open

        @media (max-width: 690px) {

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying class selectors with an element.
Open

body.tour-operator_page_lsx-wetu-importer {

Each selector in a comma sequence should be on its own single line
Open

            .sorting_asc , .sorting_desc {

Rule declaration should be followed by an empty line
Open

        }

Properties should be ordered background, border, color, cursor, display, font-size, font-weight, height, line-height, margin, min-width, padding, text-align
Open

            height: 16px;

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

            color: #0073aa;

Prefer single quoted strings
Open

                content: "\f140";

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

                color: #fff;

0px should be written without units as 0
Open

            padding: 0px 0 4px 0;

Selector dataTables_length should be written in lowercase with hyphens
Open

        .dataTables_info, .dataTables_length {

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying class selectors with an element.
Open

        h2.title {

Shorthand form for property padding should be written more concisely as 6px 0 instead of 6px 0 6px
Open

            padding: 6px 0 6px;

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

            li {

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

            li {

Use // comments everywhere
Open

    /* Tour / Accommodation / Destinations */

Properties should be ordered padding, vertical-align
Open

                vertical-align: top;

Line should be indented with spaces, not tabs
Open

    #import-list {

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

            .sorting_desc::after {

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

            .dataTables_paginate {

0px should be written without units as 0
Open

            margin: 0px 2px;

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

            &::last-child {

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

            margin: 0 0 2em 0;

0px should be written without units as 0
Open

            margin: 0px;

Properties should be ordered float, font-size, list-style, margin, padding, text-decoration
Open

        list-style: none;

Begin pseudo elements with double colons: ::
Open

        &:before {

Line should be indented with spaces, not tabs
Open

    .tablenav.top {

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;

Colon after property should be followed by one space
Open

        margin-bottom:25px;

Colon after property should be followed by one space
Open

            margin-right:0px;

@media declaration should be preceded by an empty line
Open

        @media (max-width: 1272px) {

Line should be indented with spaces, not tabs
Open

    #lsx-wetu-importer-search-form {

Properties should be ordered display, font-size, outline
Open

                    outline: none;

Properties should be ordered font-size, font-weight
Open

            font-weight: 600;

Selector dataTables_paginate should be written in lowercase with hyphens
Open

            .dataTables_paginate {

Selector dataTables_paginate should be written in lowercase with hyphens
Open

        .dataTables_paginate {

Properties should be ordered background, border-color, box-shadow, color, outline
Open

                border-color: #5b9dd9;

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

                color: white;

Avoid using id selectors
Open

    #posts-filter {

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

                background-color: #0073aa;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    .welcome-block.postbox {

Line should be indented with spaces, not tabs
Open

    .image-settings {

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

                a {

Line should be indented with spaces, not tabs
Open

    .documentation {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    .advanced-search-toggle {

Line should be indented with spaces, not tabs
Open

    .widefat {

Properties should be ordered align-items, display
Open

        display: flex;

Each selector in a comma sequence should be on its own single line
Open

    #posts-filter, #import-list {

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

            input {

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

            &.disabled {

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

                border-color: #5b9dd9;

Use // comments everywhere
Open

    /* Home Screen */

Colon after property should be followed by one space
Open

            box-shadow:none;

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

                border-radius: 25px 25px 25px 25px;

Avoid using id selectors
Open

    #posts-filter, #import-list {

Avoid using id selectors
Open

        #the-list {

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

                &::after {

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

            .sorting_asc::after {

Prefer single quoted strings
Open

                content: "\f142";

Avoid qualifying class selectors with an element.
Open

        td.post-title {

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be preceded by an empty line
Open

        &:before {

Prefer single quoted strings
Open

            content: "|";

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

            color: #666;

Avoid qualifying class selectors with an element.
Open

            input.keyword {

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

            .check-column {

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

            .check-column {

Line should be indented with spaces, not tabs
Open

    #posts-filter {

Selector sorting_asc should be written in lowercase with hyphens
Open

            .sorting_asc , .sorting_desc {

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

            background: #e5e5e5;

Each selector in a comma sequence should be on its own single line
Open

            &:hover, &.current {

Properties should be ordered background-color, border-radius, color, display, height, padding, width
Open

                display:block;

Color white should be written in hexadecimal form as #ffffff
Open

                color: white;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

        }

There are no issues that match your filters.

Category
Status