Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.state-complete td:first-child {
- Exclude checks
Color literals like #28a0e5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(#28a0e5, #015e94);
- Exclude checks
Color literals like #008cdd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.light-blue span:before {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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
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
Avoid using id selectors Open
Open
#content-header .ofn-drop-down {
- Exclude checks
Color literals like #888888
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 1px 3px 10px #888888;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
> input[type="text"] {
- Exclude checks
Merge rule a
with rule on line 31 Open
Open
a {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.footer-wrap .container td.content p {
- Exclude checks
Color literals like #777777
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #777777;
- Exclude checks
Color #FFFFFF
should be written as #FFF
Open
Open
border-top: 1px solid #FFFFFF;
- Exclude checks
Use //
comments everywhere Open
Open
/* Let's make sure tables in the content area are 100% wide */
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
img.float-right {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body.modal-open #admin-menu li.selected a::after {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > a {
- Exclude checks