Fixed Color changing while input is disabled

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-04-02 00:50:34 +02:00
parent e481160528
commit b13a40ef18
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -217,7 +217,7 @@
@media (prefers-color-scheme dark)
background #202020
&:hover
&:hover:not(:disabled)
background rgba(gray, .2)
@media (prefers-color-scheme dark)