Program Files/Explorer/inner/explorerstyle.scss
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
top: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: visible;
- Exclude checks
Properties should be ordered height, width Open
Open
width: auto;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: hidden;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Colon after property should be followed by one space Open
Open
width:100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 15px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow-x: hidden;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: flex;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color green
should be written in hexadecimal form as #008000
Open
Open
background-color: green;
- Exclude checks
Color literals like green
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: green;
- Exclude checks
Properties should be ordered background, border-top, bottom, box-sizing, display, height, left, max-height, overflow, padding, position, width Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: hidden;
- Exclude checks
Avoid using id selectors Open
Open
#spaceinfo {
- Exclude checks
Avoid using id selectors Open
Open
#headbar2 {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background-color: #ddb;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
font-size: 1em;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
img {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
align-content: start;
- Exclude checks
Empty rule Open
Open
&.fattr-outdated_file {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.color_dot {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_B {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_C {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&::after {
- Exclude checks
Property pointer-events
already defined on line 202 Open
Open
pointer-events: none;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.icon {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
bottom: 0;
- Exclude checks
Avoid using id selectors Open
Open
#spaceinfo {
- 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
Begin pseudo classes with a single colon: :
Open
Open
&::-moz-meter-bar {
- Exclude checks
Selector content_files
should be written in lowercase with hyphens Open
Open
#content_files {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=text] {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
img, a {
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_A {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 20px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-sizing: border-box;
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
transform: scale(1.5)
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
margin: 0;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
img, a {
- Exclude checks
Properties should be ordered align-content, box-sizing, display, flex-wrap, height, justify-content, left, overflow, overflow-x, padding, position, width Open
Open
padding: 15px;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color blue
should be written in hexadecimal form as #0000ff
Open
Open
background-color: blue;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
max-height: 40vh;
- Exclude checks
Properties should be ordered background, border-top, bottom, box-sizing, height, left, overflow, padding, position, width Open
Open
height: auto;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:invert(1);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
form { // Yet only supposed for path input
- Exclude checks
Selector fattr-system_file
should be written in lowercase with hyphens Open
Open
&.fattr-system_file {
- Exclude checks
Color red
should be written in hexadecimal form as #ff0000
Open
Open
background-color: red;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: 100vh;
- Exclude checks
Color orange
should be written in hexadecimal form as #ffa500
Open
Open
background-color: orange;
- Exclude checks
Properties should be ordered border-right, height, padding, width Open
Open
width:100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: flex;
- Exclude checks
Color literals like blue
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: blue;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: flex;
- Exclude checks
Properties should be ordered border-left, height, padding, width Open
Open
width: auto;
- Exclude checks
Color purple
should be written in hexadecimal form as #800080
Open
Open
background-color: purple;
- Exclude checks
Selector fattr-outdated_file
should be written in lowercase with hyphens Open
Open
&.fattr-outdated_file {
- Exclude checks
Properties should be ordered border-radius, bottom, left, line-height, pointer-events, position, transform, user-select, width Open
Open
position: absolute;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
bottom: 0;
- Exclude checks
Color literals like red
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: red;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.color_dot {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
left: 0;
- Exclude checks
Color literals like orange
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: orange;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
meter {
- Exclude checks
Color yellow
should be written in hexadecimal form as #ffff00
Open
Open
background-color: yellow;
- Exclude checks
Color literals like yellow
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: yellow;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
left: 0;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&::after {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered max-width, width Open
Open
width: 290px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-sizing: border-box;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
#spaceinfo {
- Exclude checks
Avoid using id selectors Open
Open
#headbar2 {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
#headbar2 {
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #999;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-sizing: border-box;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
justify-content: start;
- Exclude checks
Selector bottom_info
should be written in lowercase with hyphens Open
Open
#bottom_info {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: auto;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 20px;
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:invert(1);
- Exclude checks
Selector big_buttons
should be written in lowercase with hyphens Open
Open
&.big_buttons {
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
!important should not be used Open
Open
border-radius: var(--border-radius) !important;
- Exclude checks
Properties should be ordered background-color, background-repeat, border, border-radius, display, height, margin, padding, position, right, top, width Open
Open
width: 12px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_0 {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: #77777744;
- Exclude checks
Properties should be ordered max-width, width Open
Open
width: 290px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: var(--black2);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
meter {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
flex-direction: column;
- Exclude checks
Empty rule Open
Open
* {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
justify-content: space-between;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: 1.8em;
- Exclude checks
Avoid using id selectors Open
Open
#content_files {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_E {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-top: 1px solid var(--themecolor);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-bottom: 1px solid #999;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_F {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
content: "!";
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
&.big_buttons {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
flex-wrap: wrap;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_outdated {
- Exclude checks
Properties should be ordered content, display, line-height Open
Open
line-height: .8;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
meter {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_D {
- Exclude checks
Color literals like purple
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: purple;
- Exclude checks
Properties should be ordered display, height, margin, margin-top, max-height, object-fit, overflow, pointer-events, position, top, width Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: auto;
- Exclude checks
Color literals like #ddb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ddb;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
img {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
left: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
a {
- Exclude checks
Empty rule Open
Open
&.fattr-system_file {
- Exclude checks
Selector color_dot_div
should be written in lowercase with hyphens Open
Open
.color_dot_div {
- Exclude checks
Selector color_dot
should be written in lowercase with hyphens Open
Open
.color_dot {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.color_dot {
- Exclude checks
Prefer single quoted strings Open
Open
background-image: url("../../../logo.png");
- Exclude checks
Colon after property should be followed by one space Open
Open
filter:invert(1);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.big_buttons {
- Exclude checks
Avoid using id selectors Open
Open
#headbar2 {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
input, button {
- Exclude checks
Properties should be ordered box-sizing, display, height, margin, padding, position Open
Open
display: inline-block;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: scroll;
- Exclude checks
Avoid using id selectors Open
Open
#bottom_info {
- Exclude checks
Property position
already defined on line 214 Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: block;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: hidden;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-top: 1px solid var(--themecolor);
- Exclude checks
Properties should be ordered display, flex-direction, height, margin, overflow Open
Open
margin: 0;
- Exclude checks
Avoid using id selectors Open
Open
#content_files {
- Exclude checks
Properties should be ordered background-color, border-bottom, display, font-size, height, justify-content, overflow, position, top, width Open
Open
display: flex;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
a {
- Exclude checks
Selector content_files
should be written in lowercase with hyphens Open
Open
#content_files {
- Exclude checks
Properties should be ordered align-content, background-color, border, border-radius, display, float, font-size, height, left, margin, max-height, overflow, position, text-align, text-decoration, top, user-select, width, word-break, z-index Open
Open
background-color: transparent;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
div.icon {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks