icons: Add icon-independent .message-actions-menu-button class.

Behavior shouldn't depend on the specific names of icon classes.
This commit is contained in:
Karl Stolley
2023-07-17 15:01:05 -05:00
committed by Tim Abbott
parent 735a42d037
commit 2a8f14e40a
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
{{#unless msg/locally_echoed}}
<div class="actions_hover message_control_button" data-tooltip-template-id="message-actions-tooltip-template" >
<i class="zulip-icon zulip-icon-more-vertical" role="button" aria-haspopup="true" tabindex="0" aria-label="{{t 'Message actions' }}"></i>
<i class="message-actions-menu-button zulip-icon zulip-icon-more-vertical" role="button" aria-haspopup="true" tabindex="0" aria-label="{{t 'Message actions' }}"></i>
</div>
{{/unless}}