betajs/betajs-media-components

View on GitHub

Showing 10,517 of 10,517 total issues

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

$button_color: #979797;

Color #ffffff should be written as #fff
Open

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

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

$chooser_secondary_button_color: $chooser_primary_button_bgcolor;

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

$controlbar_bgcolor: black;

border: 0 is preferred over border: none
Open

  border: none;

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

$controlbar_recording_indication_color: red;

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

$imagegallery_buttonsize: 30px;

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

$controlbar_primarybutton_vertical_padding: 16px;

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

  border: 2px solid white;

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

$controlbar_button_padding: 6px;

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

$controlbar_primarybutton_color: #eeeeee;

0.3 should be written without a leading zero as .3
Open

$topmessage_opacity: 0.3;

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

$controlbar_button_border: 1px solid $text_color;

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

$controlbar_button_border: 1px solid #979797;

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

        opacity: $topmessage_opacity;

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

$chooser_buttons_line_height: 20px;

Expected 0 spaces before ) instead of
Open

        @include border-radius( $chooser_primary_button_border_radius );

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

        background-color: $recorder_bgcolor;

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

$chooser_secondary_button_padding: 8px;

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

    .#{$css}-chooser-button-1, .#{$css}-chooser-button-3 {
Severity
Category
Status
Source
Language