betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    @include disabled_element();

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

    padding-bottom: $controlbar_height + $progressbar_height;

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

    display: block;

Properties should be ordered background-color, display, overflow, padding-bottom, position
Open

    padding-bottom: $controlbar_height + $progressbar_height;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

Line should be indented with spaces, not tabs
Open

    background-color: #000000;

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

    display: inline-block;

Line should be indented with spaces, not tabs
Open

    padding-bottom: $controlbar_height + $progressbar_height;

Line should be indented with spaces, not tabs
Open

    & * {cursor: not-allowed}

Color #000000 should be written as #000
Open

    background-color: #000000;

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

    padding-bottom: $controlbar_height + $progressbar_height;

Declaration should be terminated by a semicolon
Open

    & * {cursor: not-allowed}

Properties should be ordered display, width
Open

    width: 100%;

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

    @include disabled_element();

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

  display: none;

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

    background-color: #000000;

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

    position: relative;

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

    position: absolute;

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

    width: 100%;

Unnecessary parent selector (&)
Open

    & * {cursor: not-allowed}

There are no issues that match your filters.

Category
Status