betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

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

    .#{$css}-button-circle-selected, .#{$css}-button-inner:hover, .#{$css}-button-selected {

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

        background-color: $settings_bgcolor;

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

    .#{$css}-bubble-info {

Rule declaration should be preceded by an empty line
Open

        .#{$css}-rightbutton-container {

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

        @include border-radius($controlbar_button_border_radius);

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

    .#{$css}-video {

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

    .#{$css}-long-rounded-button {

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

            padding: $controlbar_button_padding;

border: 0 is preferred over border: none
Open

        border: none;

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

    .#{$css}-controlbar {

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

        color: $text_color;

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

        max-height: 14em;

Declaration should not have a space before the terminating semicolon
Open

            font-size: $settings_font_size ;

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

        @include settings_bubble_bottom_shape ( 100%, 4px, 0, 0, 0, .5, #7f7f7f, 16px );

Rule declaration should be preceded by an empty line
Open

        .#{$css}-circle-button {

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

        border-radius: $controlbar_button_border_radius;

Rule declaration should be preceded by an empty line
Open

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

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

            border: 3px solid $text_color;

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

        @include background-rgba(0, 0, 0, 0.4, #979797);

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

        font-weight: 300;

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

            @include background-rgba(0, 0, 0, .4, #979797);

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

            font-weight: 300;

Rule declaration should be followed by an empty line
Open

        }

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

        padding: $controlbar_primarybutton_padding $controlbar_primarybutton_vertical_padding;

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

        background-color: $recorder_bgcolor;

Selector should have depth of applicability no greater than 3, but was 4
Open

            &.#{$css}-pause-button-container {

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;

Properties should be ordered font-family, font-size, margin, padding
Open

            padding: $controlbar_button_padding;

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

        @include border-radius($controlbar_primarybutton_radius);

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

    .#{$css}-controlbar-center-section {

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

    .#{$css}-button-container {

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

    .#{$css}-label-container {

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

            @include background-rgba(0, 0, 0, .4, #979797);

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

    .#{$css}-controlbar-left-section {

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

    .#{$css}-button-inner {

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

    .#{$css}-indicator-container {

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

        padding: $controlbar_primarybutton_padding $controlbar_primarybutton_vertical_padding;

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

    .#{$css}-settings-button {

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

    @include absolute-align-all();

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;

Rule declaration should be preceded by an empty line
Open

        & > p {

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

    .#{$css}-circle-button {

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

        line-height: $controlbar_button_size;

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

    .#{$css}-settings-front {

Avoid qualifying attribute selectors with an element.
Open

        input[type=radio]:checked + span {

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

    .#{$css}-settings {

Rule declaration should be preceded by an empty line
Open

        & > p {

Unnecessary parent selector (&)
Open

        & > p {

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

            color: $text_color_secondary;

Expected 0 spaces after ( instead of
Open

        @include settings_bubble_bottom_shape ( 100%, 4px, 0, 0, 0, .5, #7f7f7f, 16px );

Declaration should be terminated by a semicolon
Open

    .#{$csscommon}-icon-cog { position: relative; top: 1px}

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

        height: $controlbar_footer_height;

Unnecessary parent selector (&)
Open

        & > p {

0.4 should be written without a leading zero as .4
Open

        @include background-rgba(0, 0, 0, 0.4, #979797);

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

        height: $controlbar_button_size;

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

        height: $controlbar_button_size;

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

        margin: 6px $controlbar_button_margin 0;

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, 0, 0, 0, .5, #7f7f7f, 16px );

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

    .#{$css}-stop-button-container {

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

    .#{$csscommon}-icon-cog { position: relative; top: 1px}

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

    height: 100%;

Nesting should be no greater than 3, but was 4
Open

            &.#{$css}-pause-button-container {

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

        width: $controlbar_button_size;

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

        line-height: $controlbar_button_size;

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

            font-size: $settings_font_size ;

Properties should be ordered background-color, border
Open

            border: 3px solid $text_color;

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

        background-color: $chooser_primary_button_bgcolor;

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;

Expected 0 spaces before ) instead of
Open

        @include settings_bubble_bottom_shape ( 100%, 4px, 0, 0, 0, .5, #7f7f7f, 16px );

Rule declaration should be preceded by an empty line
Open

        .#{$css}-button-primary {

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

        @include border-radius($controlbar_primarybutton_radius);

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

    .#{$css}-button-primary {

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

            color: $text_color;

There are no issues that match your filters.

Category
Status