Drop never used css

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-12-24 02:41:20 +01:00
parent 1d0f0a25ae
commit de3bcc9dab
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 0 additions and 66 deletions

View File

@ -519,58 +519,6 @@ div.tools {
}
}
.chrome {
input[type="checkbox"] {
#{$left}: -9999px;
position: relative;
&::before {
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
font-family: 'IcoMoon';
content: "";
color: $th-color;
cursor: default;
position: absolute;
padding: 4px;
top: 0;
#{$left}: 9995px;
}
&:indeterminate::before {
content: "";
}
&:checked::before {
content: "";
}
}
.navigation input[type="checkbox"]::before {
color: #fff;
}
input[type="radio"] {
#{$left}: -9999px;
position: relative;
&::before {
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
font-family: 'IcoMoon';
content: "";
color: $th-color;
cursor: default;
position: absolute;
padding: 4px;
top: 0;
#{$left}: 9995px;
}
&:checked::before {
content: "";
}
}
}
.pma-table tr.noclick td:first-child::before {
content: "";
}

View File

@ -120,20 +120,6 @@
}
}
div#left_tableList li {
a:first-child::before {
color: $navi-pointer-color;
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
font-family: "IcoMoon";
content: "";
margin: 10px;
}
&:hover a:first-child::before {
color: $button-color;
}
}
img {
&.ic_b_home,
&.ic_s_loggoff,