Showing 5,271 of 5,271 total issues
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"],
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.unit {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
0px
should be written without units as 0
Open
Open
box-shadow: inset 0px 0px 1px red;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
p.line {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
h5 {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
td {
- Exclude checks
Color literals like #ee4728
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ee4728;
- 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 should have depth of applicability no greater than 3, but was 4 Open
Open
td {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"],
- Exclude checks
Color literals like rgba(0, 0, 0, 0.3)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.column-preferences .ofn-drop-down-label {
- Exclude checks
border-right: 0
is preferred over border-right: none
Open
Open
border-right: none;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
th.actions,
- Exclude checks