ui_util: Toggle classname for unread mentions instead of using hide/show.

This commit is contained in:
Evy Kassirer
2025-08-12 17:54:48 -07:00
committed by Tim Abbott
parent 4e94324b9a
commit 4e930bf660
2 changed files with 6 additions and 2 deletions

View File

@@ -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. */