Message Input: Fix placeholder disappear on focus (#2195)

This commit is contained in:
Alexander Zinchuk 2022-12-07 17:38:29 +01:00
parent e319508414
commit 967f3ec5f8

View File

@ -471,8 +471,7 @@
box-shadow: none !important; box-shadow: none !important;
caret-color: var(--color-text); caret-color: var(--color-text);
&.touched, &.touched {
&:focus {
& + .placeholder-text { & + .placeholder-text {
display: none; display: none;
} }
@ -615,7 +614,8 @@
} }
.placeholder-text { .placeholder-text {
bottom: 0.8125rem; top: auto;
bottom: 0.875rem;
left: 0.9375rem; left: 0.9375rem;
} }
} }