left_sidebar: Place redesign icons in expanded views.

This commit is contained in:
Karl Stolley 2023-10-20 09:57:54 -04:00 committed by Tim Abbott
parent f4000edc42
commit 56eaf9b153
2 changed files with 5 additions and 9 deletions

View File

@ -662,10 +662,6 @@ li.top_left_scheduled_messages {
margin-right: 3px; margin-right: 3px;
} }
.top_left_mentions i.fa-at {
font-size: 13px;
}
/* New .topic-box grid definitions here. */ /* New .topic-box grid definitions here. */
#views-label-container, #views-label-container,
.subscription_block, .subscription_block,

View File

@ -63,7 +63,7 @@
<li class="top_left_recent_view top_left_row"> <li class="top_left_recent_view top_left_row">
<a href="#recent" class="tippy-views-tooltip left-sidebar-navigation-label-container" data-tooltip-template-id="recent-conversations-tooltip-template"> <a href="#recent" class="tippy-views-tooltip left-sidebar-navigation-label-container" data-tooltip-template-id="recent-conversations-tooltip-template">
<span class="filter-icon"> <span class="filter-icon">
<i class="fa fa-clock-o" aria-hidden="true"></i> <i class="zulip-icon zulip-icon-clock" aria-hidden="true"></i>
</span> </span>
{{~!-- squash whitespace --~}} {{~!-- squash whitespace --~}}
<span class="left-sidebar-navigation-label">{{t 'Recent conversations' }}</span> <span class="left-sidebar-navigation-label">{{t 'Recent conversations' }}</span>
@ -72,7 +72,7 @@
<li class="top_left_all_messages top_left_row"> <li class="top_left_all_messages top_left_row">
<a href="#all_messages" class="home-link tippy-views-tooltip left-sidebar-navigation-label-container" data-tooltip-template-id="all-message-tooltip-template"> <a href="#all_messages" class="home-link tippy-views-tooltip left-sidebar-navigation-label-container" data-tooltip-template-id="all-message-tooltip-template">
<span class="filter-icon"> <span class="filter-icon">
<i class="fa fa-align-left" aria-hidden="true"></i> <i class="zulip-icon zulip-icon-all-messages" aria-hidden="true"></i>
</span> </span>
{{~!-- squash whitespace --~}} {{~!-- squash whitespace --~}}
<span class="left-sidebar-navigation-label">{{t 'All messages' }}</span> <span class="left-sidebar-navigation-label">{{t 'All messages' }}</span>
@ -81,7 +81,7 @@
<li class="top_left_mentions top_left_row hidden-for-spectators"> <li class="top_left_mentions top_left_row hidden-for-spectators">
<a class="left-sidebar-navigation-label-container" href="#narrow/is/mentioned"> <a class="left-sidebar-navigation-label-container" href="#narrow/is/mentioned">
<span class="filter-icon"> <span class="filter-icon">
<i class="fa fa-at" aria-hidden="true"></i> <i class="zulip-icon zulip-icon-at-sign" aria-hidden="true"></i>
</span> </span>
{{~!-- squash whitespace --~}} {{~!-- squash whitespace --~}}
<span class="left-sidebar-navigation-label">{{t 'Mentions' }}</span> <span class="left-sidebar-navigation-label">{{t 'Mentions' }}</span>
@ -102,7 +102,7 @@
<li class="top_left_drafts top_left_row hidden-for-spectators"> <li class="top_left_drafts top_left_row hidden-for-spectators">
<a href="#drafts" class="tippy-left-sidebar-tooltip left-sidebar-navigation-label-container" data-tooltip-template-id="drafts-tooltip-template"> <a href="#drafts" class="tippy-left-sidebar-tooltip left-sidebar-navigation-label-container" data-tooltip-template-id="drafts-tooltip-template">
<span class="filter-icon"> <span class="filter-icon">
<i class="fa fa-pencil" aria-hidden="true"></i> <i class="zulip-icon zulip-icon-drafts" aria-hidden="true"></i>
</span> </span>
{{~!-- squash whitespace --~}} {{~!-- squash whitespace --~}}
<span class="left-sidebar-navigation-label">{{t 'Drafts' }}</span> <span class="left-sidebar-navigation-label">{{t 'Drafts' }}</span>
@ -113,7 +113,7 @@
<li class="top_left_scheduled_messages top_left_row hidden-for-spectators"> <li class="top_left_scheduled_messages top_left_row hidden-for-spectators">
<a class="left-sidebar-navigation-label-container" href="#scheduled"> <a class="left-sidebar-navigation-label-container" href="#scheduled">
<span class="filter-icon"> <span class="filter-icon">
<i class="fa fa-calendar" aria-hidden="true"></i> <i class="zulip-icon zulip-icon-scheduled-messages" aria-hidden="true"></i>
</span> </span>
{{~!-- squash whitespace --~}} {{~!-- squash whitespace --~}}
<span class="left-sidebar-navigation-label">{{t 'Scheduled messages' }}</span> <span class="left-sidebar-navigation-label">{{t 'Scheduled messages' }}</span>