mirror of https://github.com/zulip/zulip.git
Remove redundant sender_info_hover class.
This class exist on the parent element, and the popover code that relies on it can use the parent div.
This commit is contained in:
parent
bb5880bf19
commit
b38ab9a142
|
@ -1,5 +1,5 @@
|
|||
<span class="sender-status">
|
||||
<span class="sender_name-in-status sender_info_hover auto-select" role="button" tabindex="0">{{msg/sender_full_name}}</span>
|
||||
<span class="sender_name-in-status auto-select" role="button" tabindex="0">{{msg/sender_full_name}}</span>
|
||||
{{#if sender_is_bot}}
|
||||
<i class="zulip-icon bot" aria-label="{{t 'Bot' }}"></i>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue