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;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user