YetiForceCompany/YetiForceCRM

View on GitHub
public_html/layouts/basic/skins/gray/layout/_Nav.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    background-color: $color-navbar;

Line should be indented with spaces, not tabs
Open

    .nav-link.active {

Line should be indented with spaces, not tabs
Open

    &.massEditTabs {

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

            .nav-link {

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

                &:hover {

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

                    color: $color-active-nav;

Line should be indented with spaces, not tabs
Open

    border-radius: 0;

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

    margin-right: 0.5rem;

Rule declaration should be preceded by an empty line
Open

                    &:hover {

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

    margin-right: 0.5rem;

Properties should be ordered background-color, color, text-transform
Open

        text-transform: uppercase;

Selector dashboardViewContainer should be written in lowercase with hyphens
Open

.dashboardViewContainer {

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

            .nav-link {

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

                    &:hover {

Line should be indented with spaces, not tabs
Open

    .nav-inverted-tabs {

Rule declaration should be preceded by an empty line
Open

    .tab-pane {

Merge rule .nav-link.active with rule on line 8
Open

    .nav-link.active {

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

        margin-right: 0.5rem;

Line should be indented with spaces, not tabs
Open

    border-bottom: 1px solid #ceced9;

Rule declaration should be followed by an empty line
Open

    }

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

        background-color: #fff;

Rule declaration should be preceded by an empty line
Open

        .nav-item {

Line should be indented with spaces, not tabs
Open

    .tab-pane {

Properties should be ordered background-color, border-bottom, border-radius, margin-right
Open

    border-bottom: 1px solid #ceced9;

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

    border-bottom: 1px solid #ceced9;

Line should be indented with spaces, not tabs
Open

    .nav-link {

Rule declaration should be followed by an empty line
Open

                }

Selector massEditTabs should be written in lowercase with hyphens
Open

    &.massEditTabs {

Rule declaration should be followed by an empty line
Open

}

Selector layoutContent should be written in lowercase with hyphens
Open

.layoutContent {

!important should not be used
Open

        background-color: $color-active-nav !important;

Line should be indented with spaces, not tabs
Open

    border-top: unset;

Rule declaration should be preceded by an empty line
Open

    .nav-link {

Rule declaration should be followed by an empty line
Open

    }

0px should be written without units as 0
Open

        box-shadow: 0px 5px 12px -7px $color-box-shadow;

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

                &.active {

!important should not be used
Open

        padding-top: 0 !important;

There are no issues that match your filters.

Category
Status