Message Input: Fix placeholder disappear on focus (#2195)
This commit is contained in:
parent
e319508414
commit
967f3ec5f8
@ -471,8 +471,7 @@
|
||||
box-shadow: none !important;
|
||||
caret-color: var(--color-text);
|
||||
|
||||
&.touched,
|
||||
&:focus {
|
||||
&.touched {
|
||||
& + .placeholder-text {
|
||||
display: none;
|
||||
}
|
||||
@ -615,7 +614,8 @@
|
||||
}
|
||||
|
||||
.placeholder-text {
|
||||
bottom: 0.8125rem;
|
||||
top: auto;
|
||||
bottom: 0.875rem;
|
||||
left: 0.9375rem;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user