theme: remove some unused styles

as proclaimed by Edge
This commit is contained in:
Sören Weber 2022-04-03 18:34:25 +02:00
parent 459c07da6f
commit 6fcb287e3b
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 0 additions and 2 deletions

View file

@ -285,6 +285,5 @@ button,
input[type="submit"] {
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
border: inherit; }

View file

@ -1367,7 +1367,6 @@ option {
-ms-user-select: none !important;
-webkit-user-select: none !important;
user-select: none !important;
vertical-align: middle !important;
white-space: nowrap !important;
}