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:
Steve Howell 2019-02-23 16:23:26 +00:00 committed by Tim Abbott
parent bb5880bf19
commit b38ab9a142
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<span class="sender-status"> <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}} {{#if sender_is_bot}}
<i class="zulip-icon bot" aria-label="{{t 'Bot' }}"></i> <i class="zulip-icon bot" aria-label="{{t 'Bot' }}"></i>
{{/if}} {{/if}}