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:
YJDave
2018-03-08 22:58:36 +05:30
committed by Tim Abbott
parent c035acce6c
commit a598befc9e

View File

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