Showing 2,717 of 2,717 total issues
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
Avoid using id selectors Open
Open
#taskbarright {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 15px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
flex-wrap: wrap;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: absolute;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
line-height:1.4;
- Exclude checks
Selector start_menu
should be written in lowercase with hyphens Open
Open
.start_menu {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
z-index: 99999999 !important;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-user-select: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
img {
- Exclude checks
Properties should be ordered background, border-radius, display, height, margin-right, opacity, order, padding, position, right, top, width Open
Open
width: 6px;
- Exclude checks
Properties should be ordered display, flex-direction, flex-wrap, height, justify-content, left, overflow, padding, position, top, -webkit-touch-callout, -khtml-user-select, -moz-user-select, -ms-user-select, -webkit-user-select, user-select, width Open
Open
padding: 15px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
-khtml-user-select: none;
- Exclude checks
Properties should be ordered box-sizing, display, height, left, margin, min-height, object-fit, padding, position, top, width Open
Open
position: relative;
- Exclude checks
Merge rule .start_menu
with rule on line 574 Open
Open
.start_menu {
- Exclude checks
Properties should be ordered background-color, border, height, padding-right, position, top, width Open
Open
position: relative;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: var(--glassyElementBackground);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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