Showing 5,271 of 5,271 total issues
Avoid using id selectors Open
Open
#sidebar {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tbody.panel-ctrl {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.disabled {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
span {
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
background-color: #ffffff;
- Exclude checks
Color literals like #6788a2
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #6788a2;
- Exclude checks
Property padding
already defined on line 25 Open
Open
padding: 1.875rem;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background: white !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tr td.active {
- Exclude checks
Selector listing_order_cycles
should be written in lowercase with hyphens Open
Open
table#listing_order_cycles {
- Exclude checks
Selector no_results
should be written in lowercase with hyphens Open
Open
#no_results {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td {
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks
Color #eeeeee
should be written as #eee
Open
Open
border: solid 1px #eeeeee;
- Exclude checks
Merge rule .icon-4x.icon-border
with rule on line 127 Open
Open
.icon-4x.icon-border {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
html.ie {
- Exclude checks
Selector image_attachment
should be written in lowercase with hyphens Open
Open
input#image_attachment {
- Exclude checks
Color literals like #d0e2f6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #d0e2f6;
- Exclude checks
Color literals like #6788a2
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 1px solid #6788a2;
- Exclude checks