mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
pills: Show data-some-recipients placeholder text only on focus.
Show data-some-recipients placeholder text only when input element to add recipients is focused. Fixes #8622
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.pm_recipient .pill-container .pill + .input:empty::before {
|
||||
.pm_recipient .pill-container .pill + .input:focus:empty::before {
|
||||
content: attr(data-some-recipients-text);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user