betajs/betajs-media-components

View on GitHub
src/themes/image_viewer/modern/controlbar.scss

Summary

Maintainability
Test Coverage

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

    .#{$css}-dashboard {

Unnecessary parent selector (&)
Open

        & > p {

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

        color: $button_color;

Opening curly brace { should be preceded by one space
Open

    .#{$css}-image-title-container{

Rule declaration should be preceded by an empty line
Open

        & > p {

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

        border-left: 1px solid $button_border_color;

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

    .#{$css}-image-title-container{

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

        @include float-width-height(left, $button_width, 100%);

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

    &.#{$cssnoie8} .#{$css}-rightbutton-container {

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

            @include background-rgba( 255, 255, 255, 0.7, $controlbar_background);

0.9 should be written without a leading zero as .9
Open

        opacity: 0.9;

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

        margin-top: $ie8_margintop + 6;

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

        font-size: $button_fontsize;

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

            @include background-rgba( 255, 255, 255, 0.7, $controlbar_background);

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

        background-color: $controlbar_background;

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

    .#{$css}-leftbutton-container {

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

        @include float-width-height(right, $button_width, 100%);

Properties should be ordered border-left, box-sizing
Open

        box-sizing: content-box;

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

    &.#{$cssnoie8} .#{$css}-button-inner {

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

        color: $button_color;

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

            height: $controlbar_height - 10;

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

    &.#{$cssie8} .#{$css}-rightbutton-container {

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

    &.#{$cssie8} .#{$css}-image-title-container{

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

    .#{$css}-dashboard-hidden {

Expected 0 spaces after ( instead of
Open

            @include background-rgba( 255, 255, 255, 0.7, $controlbar_background);

0.7 should be written without a leading zero as .7
Open

            @include background-rgba( 255, 255, 255, 0.7, $controlbar_background);

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

    &.#{$cssie8} .#{$css}-button-inner {

Opening curly brace { should be preceded by one space
Open

    &.#{$cssie8} .#{$css}-image-title-container{

Properties should be ordered border-right, box-sizing
Open

        box-sizing: content-box;

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

        border-left: 1px solid $button_border_color;

Properties should be ordered color, font-size, margin-top, text-align
Open

        margin-top: $ie8_margintop + 6;

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

    .#{$css}-button-text {

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

        @include float-width-height(right, $button_width, 50%);

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

        font-size: $button_fontsize;

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

        @include transition1(opacity, $dashboard_transition, ease-in-out);

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

            color: $title_text_color;

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

            line-height: $controlbar_height - 10;

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

        @include transition1(opacity, $dashboard_transition, ease-in-out);

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

        border-right: 1px solid $button_border_color;

Properties should be ordered border-left, box-sizing
Open

        box-sizing: content-box;

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

    .#{$css}-button-inner {

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

        height: $controlbar_height;

There are no issues that match your filters.

Category
Status