Apply placeholder focus if hint not exist
This commit is contained in:
parent
c80b737180
commit
e4c7254752
|
@ -164,10 +164,10 @@
|
|||
& > .input-box {
|
||||
box-shadow: var(--input-shadow-focus);
|
||||
background: var(--input-background-focus);
|
||||
}
|
||||
|
||||
& > .placeholder > label {
|
||||
color: var(--input-color-focus);
|
||||
}
|
||||
&:not(.hint) > .input-box > .placeholder > label {
|
||||
color: var(--input-color-focus);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue