mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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}}
|
||||
|
||||
|
Reference in New Issue
Block a user