betajs/betajs-media-components

View on GitHub
src/themes/image_viewer/cube/controlbar.scss

Summary

Maintainability
Test Coverage

Name of variable controlbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $controlbar_height;

Name of variable text_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $text_color;

Rule declaration should be preceded by an empty line
Open

    .#{$csscommon}-icon-resize-full {

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

    @include background-rgba(0, 0, 0, 0.35, #b2b2b2);

Properties should be ordered color, cursor, font-size, font-weight, letter-spacing, width
Open

    letter-spacing: .1em;

Unnecessary parent selector (&)
Open

    & > div {

Name of variable title_font_size should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $title_font_size;

0.6 should be written without a leading zero as .6
Open

    @include background-rgba(0, 0, 0, 0.6, #4f4f4f);

Properties should be ordered float, height, line-height, text-align, width
Open

    width: $button-width;

0.35 should be written without a leading zero as .35
Open

    @include background-rgba(0, 0, 0, 0.35, #b2b2b2);

Name of variable dashboard_transition should be written in all lowercase letters with hyphens instead of underscores
Open

    @include transition1(opacity, $dashboard_transition, ease-in-out);

Name of variable font_family should be written in all lowercase letters with hyphens instead of underscores
Open

    font-family: $font_family;

Name of variable title_padding should be written in all lowercase letters with hyphens instead of underscores
Open

    padding: $title_padding;

Name of variable button_color_secondary should be written in all lowercase letters with hyphens instead of underscores
Open

      color: $button_color_secondary;

Name of variable text_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $text_color;

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

    @include background-rgba(0, 0, 0, 0.6, #4f4f4f);

Properties should be ordered color, font-family, font-size, font-weight, letter-spacing, margin, padding
Open

    font-weight: 300;

Declaration should be terminated by a semicolon
Open

    & > div:first-child { margin-left: 4px }

Name of variable dashboard_transition should be written in all lowercase letters with hyphens instead of underscores
Open

    @include transition1(opacity, $dashboard_transition, ease-in-out);

Name of variable controlbar_line_height should be written in all lowercase letters with hyphens instead of underscores
Open

    line-height: $controlbar_line_height;

Unnecessary parent selector (&)
Open

    & > div:first-child { margin-left: 4px }

Name of variable button_width should be written in all lowercase letters with hyphens instead of underscores
Open

      width: $button_width;

Name of variable text_fontsize should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $text_fontsize;

Unnecessary parent selector (&)
Open

    & > p {

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

    @include background-rgba(0, 0, 0, 0.6, #4f4f4f);

0.6 should be written without a leading zero as .6
Open

    @include background-rgba(0, 0, 0, 0.6, #4f4f4f);

Name of variable controlbar_height should be written in all lowercase letters with hyphens instead of underscores
Open

    height: $controlbar_height;

Name of variable title_text_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $title_text_color;

Name of variable text_letter_spacing should be written in all lowercase letters with hyphens instead of underscores
Open

    letter-spacing: $text_letter_spacing;

Name of variable text_color should be written in all lowercase letters with hyphens instead of underscores
Open

    color: $text_color;

0.9 should be written without a leading zero as .9
Open

    opacity: 0.9;

Name of variable button_fontsize should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $button_fontsize;

There are no issues that match your filters.

Category
Status