mirror of https://github.com/zulip/zulip.git
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:
parent
b57c9a85d5
commit
7cbee8af5b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue