Drop never used css
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
1d0f0a25ae
commit
de3bcc9dab
@ -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: "";
|
||||
}
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user