mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
left_sidebar: Hide starred and mentions links for spectators.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<div id="private-container" class="scrolling_list" data-simplebar>
|
||||
</div>
|
||||
</li>
|
||||
<li class="top_left_mentions top_left_row">
|
||||
<li class="top_left_mentions top_left_row hidden-for-spectators">
|
||||
<a href="#narrow/is/mentioned">
|
||||
<span class="filter-icon">
|
||||
<i class="fa fa-at" aria-hidden="true"></i>
|
||||
@@ -37,7 +37,7 @@
|
||||
<span class="unread_count"></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="top_left_starred_messages top_left_row">
|
||||
<li class="top_left_starred_messages top_left_row hidden-for-spectators">
|
||||
<a href="#narrow/is/starred">
|
||||
<span class="filter-icon">
|
||||
<i class="fa fa-star" aria-hidden="true"></i>
|
||||
|
||||
Reference in New Issue
Block a user