betajs/betajs-media-components

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

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    & * {cursor: not-allowed}

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

    position: absolute;

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

    background-color: $recorder_bgcolor;

Line should be indented with spaces, not tabs
Open

    display: block;

Properties should be ordered display, height, width
Open

    width: 100%;

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

    display: inline-block;

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

    background-color: black;

Declaration should be terminated by a semicolon
Open

    & * {cursor: not-allowed}

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

    position: relative;

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

    background-color: $recorder_bgcolor;

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

    background-color: $recorder_bgcolor;

Line should be indented with spaces, not tabs
Open

    @include disabled_element();

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

    @include disabled_element();

Line should be indented with spaces, not tabs
Open

    width: 100%;

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

    left: 0;

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

    display: block;

Properties should be ordered background-color, display, height, width
Open

    width: 100%;

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

    display: inline-block;

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

    width: 100%;

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

    background-color: black;

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

  display: none;

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

    background-color: $recorder_bgcolor;

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

    right: 0;

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

    bottom: 0;

Line should be indented with spaces, not tabs
Open

        overflow: hidden;

Line should be indented with spaces, not tabs
Open

    height: 100%;

Properties should be ordered bottom, left, position, right, top
Open

    position: absolute;

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

    top: 0;

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

    height: 100%;

Color black should be written in hexadecimal form as #000000
Open

    background-color: black;

Unnecessary parent selector (&)
Open

    & * {cursor: not-allowed}

There are no issues that match your filters.

Category
Status