betajs/betajs-media-components

View on GitHub
src/themes/video_player/default/player.scss

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    @include disabled_element();

Declaration should be terminated by a semicolon
Open

    & * {cursor: not-allowed}

Properties should be ordered background-color, border-radius, color, font-family, font-size, font-weight, padding, padding-left, padding-right
Open

    border-radius: $rerecord_primarybutton_radius;

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

        fill: #cccccc;

Line should be indented with spaces, not tabs
Open

    background-color: $player_bgcolor;

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

    padding-right: $rerecord_primarybutton_vertical_padding;

Line should be indented with spaces, not tabs
Open

    z-index: 1;

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

    padding-right: $rerecord_primarybutton_vertical_padding;

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

    top: 5px;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

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

    position: absolute;

Line should be indented with spaces, not tabs
Open

    -webkit-appearance: none;

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

    @include clickable;

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

    font-weight: $rerecord_primarybutton_font_weight;

Rule declaration should be preceded by an empty line
Open

    .#{$cssplayer}-close-svg-button {

Unnecessary parent selector (&)
Open

    & * {cursor: not-allowed}

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

    padding: $rerecord_primarybutton_padding;

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

    padding: $rerecord_primarybutton_padding;

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

    background-color: $rerecord_button_color;

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

    color: $rerecord_text_color;

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

    right: 5px;

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

    height: 20px;

Line should be indented with spaces, not tabs
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    -moz-appearance: none;

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

    font-size: $rerecord_primarybutton_font_size;

Line should be indented with spaces, not tabs
Open

    display: inline-block;

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

    @include disabled_element();

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

    padding-left: $rerecord_primarybutton_vertical_padding;

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

    color: $rerecord_text_color;

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

    font-weight: $rerecord_primarybutton_font_weight;

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

    cursor: pointer;

Properties should be ordered display, overflow, position, z-index
Open

    position: relative;

Properties should be ordered -moz-appearance, -webkit-appearance, display
Open

    display: none;

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

    background-color: $player_bgcolor;

Line should be indented with spaces, not tabs
Open

    display: none;

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

    border-radius: $rerecord_primarybutton_radius;

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

    font-family: $rerecord_font_family;

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

    font-size: $rerecord_primarybutton_font_size;

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

    background-color: $rerecord_button_color;

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

    width: 20px;

Line should be indented with spaces, not tabs
Open

    & * {cursor: not-allowed}

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

    @include relative-center-center;

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

    .#{$cssplayer}-close-svg-button {

Color #cccccc should be written as #ccc
Open

        fill: #cccccc;

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

    font-family: $rerecord_font_family;

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

    z-index: 1000;

Line should be indented with spaces, not tabs
Open

    position: relative;

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

    border-radius: $rerecord_primarybutton_radius;

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

    padding-left: $rerecord_primarybutton_vertical_padding;

Properties should be ordered cursor, height, position, right, top, width, z-index
Open

    position: absolute;

There are no issues that match your filters.

Category
Status