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); } }