From b13a40ef18d9ac5bb2cfefbf9ff3b32041255d6a Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 2 Apr 2021 00:50:34 +0200 Subject: [PATCH] Fixed Color changing while input is disabled Signed-off-by: Avior --- src/dzeio/Input/Input.module.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dzeio/Input/Input.module.styl b/src/dzeio/Input/Input.module.styl index 2c4a5a8..b10e879 100644 --- a/src/dzeio/Input/Input.module.styl +++ b/src/dzeio/Input/Input.module.styl @@ -217,7 +217,7 @@ @media (prefers-color-scheme dark) background #202020 - &:hover + &:hover:not(:disabled) background rgba(gray, .2) @media (prefers-color-scheme dark)