diff --git a/static/styles/input_pill.css b/static/styles/input_pill.css index 4d8184445b..94172a5af7 100644 --- a/static/styles/input_pill.css +++ b/static/styles/input_pill.css @@ -91,7 +91,7 @@ height: 20px; } -.pm_recipient .pill-container .input:empty::before { +.pm_recipient .pill-container .input:first-child:empty::before { content: attr(data-no-recipients-text); opacity: 0.5; }