mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
ui_util: Toggle classname for unread mentions instead of using hide/show.
This commit is contained in:
@@ -645,6 +645,10 @@ input.settings_text_input {
|
||||
opacity: var(--opacity-unread-mention-info);
|
||||
}
|
||||
|
||||
.unread_mention_info.no-display {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Implement the web app's default-hidden convention for alert
|
||||
elements. Portico pages lack this CSS and thus show them by
|
||||
default. */
|
||||
|
||||
Reference in New Issue
Block a user