mirror of https://github.com/zulip/zulip.git
tooltips: Remove the title attribute for Mentions, Starred_messages.
This commit removes tooltips from the Mentions and Starred messages as they do not advertise any keyboard shortcuts and do not provide any additional information beyond what is already visible in the UI. Fixes part of #24311
This commit is contained in:
parent
ab70df5f44
commit
a32c30e34c
|
@ -22,7 +22,7 @@
|
|||
<span>{{t 'Recent conversations' }}</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="top_left_mentions top_left_row hidden-for-spectators" title="{{t 'Mentions' }}">
|
||||
<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>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<span class="unread_count"></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="top_left_starred_messages top_left_row hidden-for-spectators" title="{{t 'Starred messages' }}">
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue