Remove old speak property

This commit is contained in:
Akitake 2024-07-01 10:26:15 +02:00
parent f811be2e8c
commit 42c5b479a4
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D

View File

@ -291,7 +291,6 @@ input[type="radio"] {
.dragover::after {
content: "\e900";
font-family: "file" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
@ -300,7 +299,6 @@ input[type="radio"] {
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
height: auto;
position: absolute;
@ -454,4 +452,4 @@ input[type="checkbox"]:checked ~ ul > li.patch-off {
}
.image-hover:hover {
opacity: 1;
}
}