Input: Remove focus color in placeholder if input is disable3d
This commit is contained in:
parent
98b30a43f1
commit
0e650a002b
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue