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