left_sidebar: Show title when mouse hover anywhere on the button.

Instead of showing title text when user hovers over the text in
the button, show title when user hovers anywhere on the button.
This commit is contained in:
Aman Agrawal 2020-11-24 08:22:21 +05:30 committed by Tim Abbott
parent 827aaa227e
commit 009f88210a
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
</a>
<span class="arrow all-messages-sidebar-menu-icon"><i class="zulip-icon ellipsis-v-solid" aria-hidden="true"></i></span>
</li>
<li class="top_left_private_messages">
<li class="top_left_private_messages" title="{{ _('Private messages') }} (P)">
<div class="private_messages_header top_left_row">
<a href="#narrow/is/private">
<span class="filter-icon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</span>
{#- squash whitespace -#}
<span title="{{ _('Private messages') }} (P)">{{ _('Private messages') }}</span>
<span>{{ _('Private messages') }}</span>
<span class="count">
<span class="value"></span>
</span>