Showing 5,271 of 5,271 total issues
Avoid qualifying class selectors with an element. Open
Open
i.icon-chevron::before {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tr.panel-row {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Color literals like rgba(0, 0, 0, 0.4)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector new_enterprise_fee_set
should be written in lowercase with hyphens Open
Open
#new_enterprise_fee_set input.search {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tr td.active {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tr.upcoming td {
- Exclude checks
Color literals like #eee
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #eee;
- Exclude checks
Color literals like #fafafa
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fafafa;
- Exclude checks
Color literals like orange
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: solid 1px orange;
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #ed9524
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ed9524;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$color-action-cancel-bg: very-light($color-notice, 10 ) !default;
- Exclude checks
Commas in lists should be followed by one space Open
Open
$states: completed, complete, sold, pending, awaiting_return, returned, credit_owed, paid, shipped, balance_due, backorder, checkout, cart, address, delivery, payment, confirmation, canceled, ready, void, requires_authorization, active, inactive !default;
- Exclude checks
Commas in lists should be followed by one space Open
Open
$actions-bg-colors: $color-action-edit-bg, $color-action-clone-bg, $color-action-remove-bg, $color-action-void-bg, $color-action-capture-bg, $color-action-save-bg, $color-action-cancel-bg, $color-action-mail-bg !default;
- Exclude checks
Avoid using id selectors Open
Open
#sidebar {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.reveal-modal.full,
- Exclude checks