mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
unread_banner: Update all unread banners to an info/notice banner.
Previously, some unread banners were warning banners, but it made more sense for all the unread banners to match and display as more of an info/notice banners instead. This change matches all unread banners to be info/notice banners.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="mark_as_read_turned_off_banner" class="main-view-banner home-error-bar warning">
|
||||
<div id="mark_as_read_turned_off_banner" class="main-view-banner home-error-bar info">
|
||||
<p id="mark_as_read_turned_off_content" class="banner_content">
|
||||
{{t 'To preserve your reading state, this view does not mark messages as read.' }}
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user