Apply placeholder focus if hint not exist

This commit is contained in:
Konstantinos Triantafyllou 2022-07-13 10:14:06 +03:00
parent c80b737180
commit e4c7254752
1 changed files with 3 additions and 3 deletions

View File

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