betajs/betajs-media-components

View on GitHub
src/themes/video_recorder/theatre/controlbar.scss

Summary

Maintainability
Test Coverage

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

    height: $controlbar_footer_height;

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

    background-color: white;

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

    border-right: $controlbar_button_border;

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

      background-color: $settings_radio_color;

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

    background-color: $controlbar_primarybutton_background;

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

    background-color: $button_color;

Properties should be ordered color, font-family, font-size, font-weight
Open

      font-family: $font_family;

Rule declaration should be followed by an empty line
Open

    }

Properties should be ordered background-color, border
Open

      border: 3px solid $settings_radio_color;

Expected 0 spaces after ( instead of
Open

    @include settings_bubble_bottom_shape ( 100%, 4px, 255, 255, 255, 1, #ffffff, 10px );

Rule declaration should be preceded by an empty line
Open

    .#{$css}-button-primary {

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

    background-color: $controlbar_background;

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

    color: $controlbar_button_color;

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

    line-height: $controlbar_height;

Opening curly brace { should be preceded by one space
Open

  .#{$css}-settings label{

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

      border-left: $controlbar_button_border;

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

    height: $controlbar_height;

border: 0 is preferred over border: none
Open

    border: none;

Properties should be ordered background-color, border, border-radius, color, display, font-family, font-size, font-weight, height, line-height, margin, min-width, padding, z-index
Open

    font-weight: 300;

Expected item on line 160 to appear before line 159. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include absolute-align-right-bottom();

border: 0 is preferred over border: none
Open

    border: none;

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

    height: $controlbar_footer_height;

Expected 0 spaces before ) instead of
Open

    @include settings_bubble_bottom_shape ( 100%, 4px, 255, 255, 255, 1, #ffffff, 10px );

Name of mixin settings_bubble_bottom_shape should be written in all lowercase letters with hyphens instead of underscores
Open

    @include settings_bubble_bottom_shape ( 100%, 4px, 255, 255, 255, 1, #ffffff, 10px );

Rule declaration should be preceded by an empty line
Open

    label, .#{$cssvideorecorder}-add-stream {

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

    line-height: $controlbar_height;

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

    @include settings_bubble_bottom_shape ( 100%, 4px, 255, 255, 255, 1, #ffffff, 10px );

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 followed by an empty line
Open

    }

Properties should be ordered background-color, border-color
Open

      border-color: $settings_radio_color;

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

      color: $button_color;

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 controlbar_primarybutton_font_size should be written in all lowercase letters with hyphens instead of underscores
Open

    font-size: $controlbar_primarybutton_font_size;

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

      color: $text_color_secondary;

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

  opacity: 0.75;

Expected item on line 21 to appear before line 20. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include absolute-align-full-bottom();

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

      font-size: $settings_font_size;

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

    color: $text_color;

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

    line-height: $controlbar_footer_height;

border: 0 is preferred over border: none
Open

    border: none;

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

      background-color: $button_color;

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

    font-family: $font_family;

Avoid qualifying attribute selectors with an element.
Open

    input[type=radio]:checked + span {

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

    min-width: $controlbar_primarybutton_min_width;

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

    color: $text_color_secondary;

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

    background-color: $recorder_bgcolor;

Properties should be ordered bottom, margin, max-height, overflow, padding
Open

    max-height: 14em;

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

    height: $controlbar_height;

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

      border-right: $controlbar_button_border;

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

    color: $controlbar_button_hover_color;

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

      border-color: $settings_radio_color;

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

    color: $text_color;

Expected item on line 115 to appear before line 104. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    @include relative-align-all();

Color white should be written in hexadecimal form as #ffffff
Open

    background-color: white;

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

    background-color: $controlbar_button_hover_background;

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

      color: $text_color_secondary;

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

      border: 3px solid $settings_radio_color;

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

    background-color: $settings_bgcolor;

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

    width: $controlbar_footer_height;

Color #ffffff should be written as #fff
Open

    @include settings_bubble_bottom_shape ( 100%, 4px, 255, 255, 255, 1, #ffffff, 10px );

Properties should be ordered border, color, cursor, font-size, height, margin, padding, width
Open

    cursor: pointer;

Rule declaration should be followed by an empty line
Open

    }

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

      background-color: $settings_radio_color;

There are no issues that match your filters.

Category
Status