Showing 5,271 of 5,271 total issues
Color #aaaaaa
should be written as #aaa
Open
Open
color: #aaaaaa;
- Exclude checks
Avoid using id selectors Open
Open
.ts-dropdown .create:hover,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.ts-dropdown .create:hover,
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Name of variable color_selected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
background-color: $color_selected;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Selector connected-app__description
should be written in lowercase with hyphens Open
Open
.connected-app__description {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
* {
- Exclude checks
Avoid using id selectors Open
Open
table#customers.index {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
a[ofn-with-tip] {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-radius: 0px 4px 0px 0px;
- Exclude checks
Shorthand form for property padding
should be written more concisely as 5px 5px 0px
instead of 5px 5px 0px 5px
Open
Open
padding: 5px 5px 0px 5px;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 0px 1px 0px 1px;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
0px
should be written without units as 0
Open
Open
border-radius: 0px 0px 6px 6px;
- Exclude checks
Color literals like #828282
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #828282;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
> details[open] > summary:after {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks