fix webkit bug with input labels

This commit is contained in:
hippoz 2022-09-20 23:39:16 +03:00
parent 7e1da02089
commit 73fd353965
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -198,7 +198,6 @@ body {
.input-label { .input-label {
text-transform: uppercase; text-transform: uppercase;
color: var(--foreground-color-2); color: var(--foreground-color-2);
pointer-events: none;
user-select: none; user-select: none;
} }