From 0e650a002b6f77957fcbe06b3609c8985c96dd2a Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 27 Jul 2022 12:34:51 +0300 Subject: [PATCH] Input: Remove focus color in placeholder if input is disable3d --- less/input.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/input.less b/less/input.less index daa34e6..6adf132 100644 --- a/less/input.less +++ b/less/input.less @@ -169,7 +169,7 @@ background: var(--input-background-focus); } - &:not(.hint) > .input-box > .placeholder > label { + &:not(.hint):not(.disabled) > .input-box > .placeholder > label { color: var(--input-color-focus); } }