msg_actions_popover: Allow keyboard navigation to mark as unread button.

We missed defining `tabindex` in the HTML element of the button.
This commit is contained in:
Aman Agrawal 2022-10-04 15:38:33 +00:00 committed by Tim Abbott
parent 2a4ec505e4
commit 19ee1e92e7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
{{#if should_display_mark_as_unread}}
<li>
<a class="mark_as_unread" data-message-id="{{message_id}}">
<a class="mark_as_unread" data-message-id="{{message_id}}" tabindex="0">
<span class="unread_count">1</span>
{{t "Mark as unread from here" }}
<span class="hotkey-hint">(U)</span>