YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/styles/pages/_Kanban.scss

Summary

Maintainability
Test Coverage

Properties should be ordered background, border, height, line-height, margin-top
Open

        margin-top: 0.5rem;

!important should not be used
Open

        border-radius: 0 !important;

Line should be indented with spaces, not tabs
Open

    &__sum {

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    &__tabdrop {

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

        background: #dae0e5;

0.125 should be written without a leading zero as .125
Open

        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

0.5 should be written without a leading zero as .5
Open

        margin-top: 0.5rem;

Line should be indented with spaces, not tabs
Open

    &__highlight {

Line should be indented with spaces, not tabs
Open

    &__records {

0.75 should be written without a leading zero as .75
Open

        padding: 0.375rem 0.75rem;

0.075 should be written without a leading zero as .075
Open

        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

Properties should be ordered border-left-width, border-radius, border-width, font-size
Open

            border-radius: 0;

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

            .picklistValue {

0.3 should be written without a leading zero as .3
Open

                padding: 0.3rem 1rem !important;

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

        background: #fff;

Line should be indented with spaces, not tabs
Open

    &__record {

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

        border: 2px dotted #fff700;

Line should be indented with spaces, not tabs
Open

    &__header,

Use // comments everywhere
Open

/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */

Line should be indented with spaces, not tabs
Open

    &__container {

Properties should be ordered border, border-left-width, box-shadow
Open

        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

Line should be indented with spaces, not tabs
Open

    &__column {

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

        border: 1px solid rgba(0, 0, 0, 0.125);

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    &__color-bar {

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

        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

0.125 should be written without a leading zero as .125
Open

        border: 1px solid rgba(0, 0, 0, 0.125);

0.375 should be written without a leading zero as .375
Open

        padding: 0.375rem 0.75rem;

!important should not be used
Open

                padding: 0.3rem 1rem !important;

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

        background: #f0f0f0;

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

        border: 1px solid rgba(0, 0, 0, 0.125);

Line should be indented with spaces, not tabs
Open

    &__columns {

Rule declaration should be followed by an empty line
Open

    }

0.25 should be written without a leading zero as .25
Open

        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

Properties should be ordered align-items, display, flex-flow
Open

            display: flex;

Selector picklistValue should be written in lowercase with hyphens
Open

            .picklistValue {

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

            .dropdown-toggle {

Properties should be ordered background, border-radius, cursor, padding
Open

        cursor: auto;

0.125 should be written without a leading zero as .125
Open

        border: 1px solid rgba(0, 0, 0, 0.125);

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

        padding: 3px;

There are no issues that match your filters.

Category
Status