betajs/betajs-media-components

View on GitHub
src/themes/_common/tooltip.scss

Summary

Maintainability
Test Coverage

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

    &.#{$csscommon}-tooltip-top-left {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    &.#{$csscommon}-tooltip-bottom-right {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

            background: #0a0a0a;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    cursor: text;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    .#{$csscommon}-tooltip-text {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    background-color: #dddddd;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    color: #444950;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    display: inline-block;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Properties should be ordered background-color, border-radius, color, cursor, display, min-width, padding, position, text-align, z-index
Open

    border-radius: 5px;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    background-color: #dddddd;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    z-index: 10;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    .#{$csscommon}-tooltip-progress-full {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Color #dddddd should be written as #ddd
Open

    background-color: #dddddd;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

    &.#{$csscommon}-pause-on-hover {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    & > .#{$csscommon}-close-tooltip {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Properties should be ordered right, top
Open

        top: 20px;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    border-radius: 5px;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    min-width: 80px;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be preceded by an empty line
Open

        .#{$csscommon}-tooltip-progress-passed {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    position: absolute;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

        background: #efefef;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    &.#{$csscommon}-pause-on-hover {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Properties should be ordered left, top
Open

        top: 20px;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    color: #444950;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    &.#{$csscommon}-tooltip-top-right {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    text-align: center;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    padding: 5px 10px;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Properties should be ordered border, border-radius, bottom, cursor, display, font-size, position
Open

        display: inline;
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

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

    &.#{$csscommon}-tooltip-bottom-left {
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

Rule declaration should be followed by an empty line
Open

    }
Severity: Minor
Found in src/themes/_common/tooltip.scss by scss-lint

There are no issues that match your filters.

Category
Status