Input: Remove focus color in placeholder if input is disable3d

This commit is contained in:
Konstantinos Triantafyllou 2022-07-27 12:34:51 +03:00
parent 98b30a43f1
commit 0e650a002b
1 changed files with 1 additions and 1 deletions

View File

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