openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/shared/textAngular.css

Summary

Maintainability
Test Coverage

Line should be indented with spaces, not tabs
Open

    outline: 0;

Color literals like rgba(102, 175, 233, 0.6) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Each selector in a comma sequence should be on its own single line
Open

.ta-editor.ta-html, .ta-scroll-window.form-control {

Line should be indented with spaces, not tabs
Open

    border: none;

Line should be indented with spaces, not tabs
Open

    font-size: 100%;

Line should be indented with spaces, not tabs
Open

    overflow: auto;

Line should be indented with spaces, not tabs
Open

    height: 10px;

Line should be indented with spaces, not tabs
Open

    font-family: inherit;

Line should be indented with spaces, not tabs
Open

    bottom: 0;

Line should be indented with spaces, not tabs
Open

    min-height: 300px;

Line should be indented with spaces, not tabs
Open

    position: absolute;

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

    border: 1px solid black;

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-corner with rule on line 47
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {

Line should be indented with spaces, not tabs
Open

    font-weight: normal;

Line should be indented with spaces, not tabs
Open

    top: 0;

Line should be indented with spaces, not tabs
Open

    margin: 0;

Begin pseudo elements with double colons: ::
Open

.popover > .arrow,

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

    border-left: 1px solid black;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    font-size: 14px;

Line should be indented with spaces, not tabs
Open

    border-top-color: #999;

Property border already defined on line 125
Open

    border: 1px solid rgba(0, 0, 0, .2);

Line should be indented with spaces, not tabs
Open

    top: -11px;

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

Rule declaration should be followed by an empty line
Open

}

Merge rule .popover > .arrow with rule on line 109
Open

.popover > .arrow {

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

    border-top-color: #fff;

Line should be indented with spaces, not tabs
Open

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Color literals like rgba(102, 175, 233, 0.6) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Use // comments everywhere
Open

/* add the styling for the awesomness of the resizer */

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-background with rule on line 47
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-background {

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

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    background-color: white;

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

    background-color: white;

Line should be indented with spaces, not tabs
Open

    line-height: 1.42857143;

Line should be indented with spaces, not tabs
Open

    padding: 8px 14px;

Line should be indented with spaces, not tabs
Open

    margin-left: -10px;

Line should be indented with spaces, not tabs
Open

    border-top-color: #fff;

Line should be indented with spaces, not tabs
Open

    content: " ";

Line should be indented with spaces, not tabs
Open

    border-top-width: 0;

Line should be indented with spaces, not tabs
Open

    height: auto;

Line should be indented with spaces, not tabs
Open

    z-index: 100;

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-info with rule on line 47
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-info {

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    padding: 0 4px;

Line should be indented with spaces, not tabs
Open

    z-index: 1060;

Line should be indented with spaces, not tabs
Open

    max-width: 276px;

Line should be indented with spaces, not tabs
Open

    background-color: #fff;

Line should be indented with spaces, not tabs
Open

    margin-top: 10px;

Line should be indented with spaces, not tabs
Open

    border-bottom: 1px solid #ebebeb;

Line should be indented with spaces, not tabs
Open

    left: 50%;

Line should be indented with spaces, not tabs
Open

    border-bottom-width: 0;

Property border-bottom-color already defined on line 184
Open

    border-bottom-color: rgba(0, 0, 0, .25);

Color literals like rgba(0, 0, 0, 0.25) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border-bottom-color: rgba(0, 0, 0, .25);

Color literals like rgba(0, 0, 0, 0.075) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Line should be indented with spaces, not tabs
Open

    height: auto;

Line should be indented with spaces, not tabs
Open

    user-select: text;

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

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    opacity: 0.7;

Line should be indented with spaces, not tabs
Open

    width: 10px;

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl with rule on line 47
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{

Line should be indented with spaces, not tabs
Open

    border-bottom: 1px solid black;

Line should be indented with spaces, not tabs
Open

    bottom: 0;

Line should be indented with spaces, not tabs
Open

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    top: 0;

Line should be indented with spaces, not tabs
Open

    padding: 1px;

Line should be indented with spaces, not tabs
Open

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    left: 50%;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    opacity: 0;

Line should be indented with spaces, not tabs
Open

    padding: 0;

Line should be indented with spaces, not tabs
Open

    bottom: 5px;

Line should be indented with spaces, not tabs
Open

    top: 5px;

Line should be indented with spaces, not tabs
Open

    border-left: 1px solid black;

Line should be indented with spaces, not tabs
Open

    border-top: 1px solid black;

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

    border: 1px solid #ccc;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    border-width: 11px;

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

    border-color: #66afe9;

Line should be indented with spaces, not tabs
Open

    background-color: rgba(0, 0, 0, 0.2);

Opening curly brace { should be preceded by one space
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{

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

    border-top: 1px solid black;

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr with rule on line 47
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{

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

    border-right: 1px solid black;

Line should be indented with spaces, not tabs
Open

    border-radius: 5px 5px 0 0;

Merge rule .popover > .arrow:after with rule on line 109
Open

.popover > .arrow:after {

Line should be indented with spaces, not tabs
Open

    bottom: -11px;

Line should be indented with spaces, not tabs
Open

    border-bottom-width: 0;

Begin pseudo elements with double colons: ::
Open

.popover.top > .arrow:after {

Line should be indented with spaces, not tabs
Open

    padding: 0;

Line should be indented with spaces, not tabs
Open

    right: 16px;

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

    border-top: 1px solid black;

Line should be indented with spaces, not tabs
Open

    top: 0;

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

    background-color: #fff;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    font-size: 14px;

Line should be indented with spaces, not tabs
Open

    border-bottom-color: #999;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Color literals like rgba(102, 175, 233, 0.6) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Line should be indented with spaces, not tabs
Open

    padding: 6px 12px;

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

    border: 1px solid black;

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

    background-color: #FFF;

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: rgba(0, 0, 0, 0.2);

Line should be indented with spaces, not tabs
Open

    border-right: 1px solid black;

Line should be indented with spaces, not tabs
Open

    left: 0;

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

    border-left: 1px solid black;

Line should be indented with spaces, not tabs
Open

    margin-top: -10px;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    padding: 9px 14px;

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

    border-top-color: #999;

Line should be indented with spaces, not tabs
Open

    bottom: 1px;

Line should be indented with spaces, not tabs
Open

    content: " ";

Line should be indented with spaces, not tabs
Open

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

            background-clip: padding-box;

Merge rule .popover.top > .arrow with rule on line 109
Open

.popover.top > .arrow {

Rule declaration should be followed by an empty line
Open

}

Merge rule .popover.bottom > .arrow with rule on line 109
Open

.popover.bottom > .arrow {

Line should be indented with spaces, not tabs
Open

    border-top-width: 0;

border: 0 is preferred over border: none
Open

    border: none;

Line should be indented with spaces, not tabs
Open

    top: -10000px;

Line should be indented with spaces, not tabs
Open

    left: 0;

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

    border-right: 1px solid black;

Line should be indented with spaces, not tabs
Open

    border-left: 1px solid black;

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

    border-left: 1px solid black;

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

    border-bottom: 1px solid black;

Line should be indented with spaces, not tabs
Open

    right: 0;

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

    background-color: white;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    text-align: left;

Color literals like rgba(0, 0, 0, 0.2) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border: 1px solid rgba(0, 0, 0, .2);

Rule declaration should be followed by an empty line
Open

}

Color #FFF should be written as #fff
Open

    background-color: #FFF;

Line should be indented with spaces, not tabs
Open

    width: 1px;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    left: -10000px;

Line should be indented with spaces, not tabs
Open

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

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

    border: 1px solid black;

Color literals like rgba(0, 0, 0, 0.075) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Line should be indented with spaces, not tabs
Open

    left: 0;

Merge rule .popover.top with rule on line 109
Open

.popover.top {

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

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    background-color: #f7f7f7;

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

    border-top: 1px solid black;

Line should be indented with spaces, not tabs
Open

    border-width: 10px;

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

    border-bottom: 1px solid black;

Line should be indented with spaces, not tabs
Open

    border-top-color: rgba(0, 0, 0, .25);

Line should be indented with spaces, not tabs
Open

    border: 1px solid rgba(0, 0, 0, .2);

Merge rule .popover.top > .arrow:after with rule on line 109
Open

.popover.top > .arrow:after {

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

    background-color: #f7f7f7;

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

    border-bottom-color: #999;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    top: 1px;

Color literals like rgba(0, 0, 0, 0.25) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border-top-color: rgba(0, 0, 0, .25);

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

    border-bottom-color: #fff;

Begin pseudo elements with double colons: ::
Open

.popover.bottom > .arrow:after {

Merge rule .popover.bottom > .arrow:after with rule on line 109
Open

.popover.bottom > .arrow:after {

Line should be indented with spaces, not tabs
Open

    margin-left: -10px;

Line should be indented with spaces, not tabs
Open

    border-bottom-color: #fff;

Line should be indented with spaces, not tabs
Open

    margin: 0;

Use // comments everywhere
Open

/* add generic styling for the editor */

Line should be indented with spaces, not tabs
Open

    min-height: 300px;

Line should be indented with spaces, not tabs
Open

    display: none;

Line should be indented with spaces, not tabs
Open

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    left: 5px;

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

    border-left: 1px solid black;

Opening curly brace { should be preceded by one space
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl with rule on line 47
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{

Opening curly brace { should be preceded by one space
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{

Line should be indented with spaces, not tabs
Open

    border: 1px solid #ccc;

Line should be indented with spaces, not tabs
Open

    border-radius: 6px;

Line should be indented with spaces, not tabs
Open

            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

Line should be indented with spaces, not tabs
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    height: 0;

Line should be indented with spaces, not tabs
Open

    border-style: solid;

Line should be indented with spaces, not tabs
Open

    content: "";

Line should be indented with spaces, not tabs
Open

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Line should be indented with spaces, not tabs
Open

    right: 5px;

Line should be indented with spaces, not tabs
Open

    right: 0;

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

    border-top: 1px solid black;

Line should be indented with spaces, not tabs
Open

    cursor: se-resize;

Use // comments everywhere
Open

/* copy the popover code from bootstrap so this will work even without it */

Line should be indented with spaces, not tabs
Open

    display: none;

Line should be indented with spaces, not tabs
Open

    white-space: normal;

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

    border-bottom: 1px solid #ebebeb;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    width: 0;

Line should be indented with spaces, not tabs
Open

    border-color: transparent;

Begin pseudo elements with double colons: ::
Open

.popover > .arrow:after {

Line should be indented with spaces, not tabs
Open

    height: 1px;

Line should be indented with spaces, not tabs
Open

    border-color: #66afe9;

Color literals like rgba(0, 0, 0, 0.075) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);

Line should be indented with spaces, not tabs
Open

    position: relative;

Line should be indented with spaces, not tabs
Open

    bottom: 16px;

Line should be indented with spaces, not tabs
Open

    background-color: #FFF;

Line should be indented with spaces, not tabs
Open

    border-top: 1px solid black;

Opening curly brace { should be preceded by one space
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-corner-br with rule on line 47
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{

Line should be indented with spaces, not tabs
Open

    -webkit-background-clip: padding-box;

Merge rule .popover.bottom with rule on line 109
Open

.popover.bottom {

Line should be indented with spaces, not tabs
Open

    margin-left: -11px;

Property border-top-color already defined on line 168
Open

    border-top-color: rgba(0, 0, 0, .25);

Line should be indented with spaces, not tabs
Open

    margin-left: -11px;

Line should be indented with spaces, not tabs
Open

    border-bottom-color: rgba(0, 0, 0, .25);

There are no issues that match your filters.

Category
Status