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:
Hardik Dharmani 2023-04-03 23:31:12 +05:30 committed by Tim Abbott
parent ab70df5f44
commit a32c30e34c
1 changed files with 2 additions and 2 deletions

View File

@ -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>