dsifford/academic-bloggers-toolkit

View on GitHub
src/css/_tooltips.scss

Summary

Maintainability
Test Coverage

Properties should be ordered cursor, display
Open

    display: inline-block;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    max-width: 350px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    padding: 8px 10px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    line-height: 1.5;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    border-radius: 3px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    &[x-placement^='right'] {
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Properties should be ordered border-bottom-color, border-left-color, border-top-color, border-width, left, margin-left, margin-right, top
Open

            border-width: $arrow-size $arrow-size $arrow-size 0;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    cursor: pointer;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Properties should be ordered height, margin, position, width
Open

        width: 0;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Shorthand form for property border-width should be written more concisely as $arrow-size $arrow-size 0 instead of $arrow-size $arrow-size 0 $arrow-size
Open

            border-width: $arrow-size $arrow-size 0 $arrow-size;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    font-size: 12px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

0.2 should be written without a leading zero as .2
Open

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Properties should be ordered border-bottom-color, border-left-color, border-right-color, border-width, bottom, left, margin-bottom, margin-top
Open

            border-width: $arrow-size $arrow-size 0 $arrow-size;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    .tooltip-arrow {
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Properties should be ordered border-bottom-color, border-right-color, border-top-color, border-width, margin-left, margin-right, right, top
Open

            border-width: $arrow-size 0 $arrow-size $arrow-size;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    background: $tooltip-bg;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    border: solid $tooltip-bg;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Properties should be ordered border-left-color, border-right-color, border-top-color, border-width, left, margin-bottom, margin-top, top
Open

            border-width: 0 $arrow-size $arrow-size $arrow-size;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Shorthand form for property border-width should be written more concisely as 0 $arrow-size $arrow-size instead of 0 $arrow-size $arrow-size $arrow-size
Open

            border-width: 0 $arrow-size $arrow-size $arrow-size;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    &[x-placement^='left'] {
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    &[x-placement^='top'] {
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    $arrow-size: 5px;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    cursor: initial;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    z-index: 1;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    display: inline-block;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

Properties should be ordered background, border-radius, box-shadow, font-size, line-height, max-width, padding, z-index
Open

    z-index: 20;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    &[x-placement^='bottom'] {
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

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

    z-index: 20;
Severity: Minor
Found in src/css/_tooltips.scss by scss-lint

There are no issues that match your filters.

Category
Status