betajs/betajs-media-components

View on GitHub
src/themes/video_recorder/default/settings.scss

Summary

Maintainability
Test Coverage

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

    background-color: $settings_bgcolor;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    left: 0;

Line should be indented with spaces, not tabs
Open

    bottom: $controlbar_height;

Line should be indented with spaces, not tabs
Open

    border: none;

border: 0 is preferred over border: none
Open

    border: none;

Line should be indented with spaces, not tabs
Open

    background-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;

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

    opacity: $settings_opacity;

Line should be indented with spaces, not tabs
Open

    max-height: 14em;

Line should be indented with spaces, not tabs
Open

    margin-right: $settings_horizontal_margin;

Line should be indented with spaces, not tabs
Open

    margin: 1px;

Line should be indented with spaces, not tabs
Open

    color: $text_color;

Line should be indented with spaces, not tabs
Open

    margin: $settings_margin;

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

    background-color: $settings_bgcolor;

Line should be indented with spaces, not tabs
Open

    height: 1px;

Line should be indented with spaces, not tabs
Open

    margin-left: $settings_horizontal_margin;

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

    margin-left: $settings_horizontal_margin;

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

    background-color: $settings_radio_color;

Line should be indented with spaces, not tabs
Open

    border: 3px solid $settings_radio_color_selected;

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

    border: 3px solid $settings_radio_color_selected;

Line should be indented with spaces, not tabs
Open

    border-radius: $settings_radius;

Line should be indented with spaces, not tabs
Open

    height: 4px;

Line should be indented with spaces, not tabs
Open

    border: 3px solid $settings_radio_color;

Line should be indented with spaces, not tabs
Open

    margin-right: 5px;

Line should be indented with spaces, not tabs
Open

    padding: $settings_padding;

Line should be indented with spaces, not tabs
Open

    font-size: $settings_font_size;

Line should be indented with spaces, not tabs
Open

    margin: 2px;

Properties should be ordered background-color, border, border-radius, box-sizing, cursor, display, height, margin, position, top, width
Open

    cursor: pointer;

Line should be indented with spaces, not tabs
Open

    width: 4px;

Line should be indented with spaces, not tabs
Open

    box-sizing: content-box;

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

    opacity: $settings_opacity;

Line should be indented with spaces, not tabs
Open

    overflow: scroll;

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

    background-color: #ffffff;

Line should be indented with spaces, not tabs
Open

    padding: $settings_item_padding;

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

    border-radius: $settings_radius;

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

    background-color: #ffffff;

Line should be indented with spaces, not tabs
Open

    text-align: left;

Line should be indented with spaces, not tabs
Open

    display: none;

Line should be indented with spaces, not tabs
Open

    position: relative;

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

    border: $settings_border;

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

    @include relative-align-all;

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

    font-family: $font_family;

Color #ffffff should be written as #fff
Open

    background-color: #ffffff;

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

    padding: $settings_item_padding;

Line should be indented with spaces, not tabs
Open

    border-radius: 4px;

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

    font-size: $settings_font_size;

Line should be indented with spaces, not tabs
Open

    top: 2px;

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

    margin: $settings_margin;

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

    padding: $settings_padding;

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

    @include absolute-align-all;

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

    font-family: $font_family;

Properties should be ordered bottom, color, left, margin, padding, position
Open

    position: absolute;

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

    bottom: $controlbar_height;

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

    margin-right: $settings_horizontal_margin;

Line should be indented with spaces, not tabs
Open

    margin: 0;

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

    border: $settings_border;

Line should be indented with spaces, not tabs
Open

    padding: 0;

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

    border-radius: $settings_radius;

Line should be indented with spaces, not tabs
Open

    list-style-type: none;

Line should be indented with spaces, not tabs
Open

    cursor: pointer;

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;

Line should be indented with spaces, not tabs
Open

    display: inline-block;

Line should be indented with spaces, not tabs
Open

    cursor: pointer;

There are no issues that match your filters.

Category
Status