left-sidebar: Fix title tag for "Private messages".

The title tag should be over the text, not the
entire list item.  This prevents strange hovers
for sublist items like the new green/orange
circles.
This commit is contained in:
Steve Howell 2019-02-27 20:15:34 +00:00 committed by Tim Abbott
parent b57c9a85d5
commit 7cbee8af5b
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@
</a>
<span class="arrow stream-sidebar-arrow"><i class="fa fa-chevron-down" aria-hidden="true"></i></span>
</li>
<li class="top_left_private_messages global-filter" title="{{ _('Private messages') }} (P)">
<li class="top_left_private_messages global-filter">
<a href="#narrow/is/private">
<span class="filter-icon">
<i class="fa fa-envelope" aria-hidden="true"></i>
</span>
<span>{{ _('Private messages') }}</span>
<span title="{{ _('Private messages') }} (P)">{{ _('Private messages') }}</span>
<span class="count">
<span class="value"></span>
</span>