diff --git a/web/styles/subscriptions.css b/web/styles/subscriptions.css index 3767a4eb48..493af4947d 100644 --- a/web/styles/subscriptions.css +++ b/web/styles/subscriptions.css @@ -706,13 +706,15 @@ h4.user_group_setting_subsection_title { cursor: not-allowed; } - .input { - pointer-events: none; - } + .pill-container { + .pill { + .exit { + display: none; + } + } - .pill { - .exit { - display: none; + .input { + pointer-events: none; } } }