left_sidebar: Make toggle DM section keyboard accessible.

This commit is contained in:
Bhavesh Vasnani 2023-09-17 21:36:43 -04:00 committed by Tim Abbott
parent b86b91f96d
commit eb81a4f21f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
<div id="private_messages_section">
<div id="private_messages_section_header" class="zoom-out zoom-in-sticky">
<span id="pm_tooltip_container">
<i id="toggle_private_messages_section_icon" class="fa fa-sm fa-caret-down toggle_private_messages_section zoom-in-hide" aria-hidden="true"></i>
<i id="toggle_private_messages_section_icon" class="fa fa-sm fa-caret-down toggle_private_messages_section zoom-in-hide" aria-hidden="true" tabindex="0" role="button"></i>
<h4 class="sidebar-title toggle_private_messages_section">{{t 'DIRECT MESSAGES' }}</h4>
</span>
<span class="unread_count"></span>