Showing 5,271 of 5,271 total issues
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: black;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after,
- Exclude checks
Color literals like #f5dcdc
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f5dcdc;
- Exclude checks
Color literals like #c82020
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #c82020;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 5px;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.red,
- Exclude checks
Color literals like #797979
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 3px 3px 4px #797979;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 5px 0px 5px;
- Exclude checks
Merge rule .ui-dialog .ui-widget-content
with rule on line 6 Open
Open
.ui-dialog .ui-widget-content {
- Exclude checks
Color #000000
should be written as #000
Open
Open
color: #000000;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.ui-icon-closethick {
- Exclude checks
Selector errorExplanation
should be written in lowercase with hyphens Open
Open
.errorExplanation {
- Exclude checks
Use //
comments everywhere Open
Open
display: none; /* avoid adding new button on old design */
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover a {
- Exclude checks
Avoid using id selectors Open
Open
#admin-menu {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
a:after {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks