Merge pull request #2115 from christer88/master

Channel leave button tooltip to correspond with right click context menu
This commit is contained in:
Jérémie Astori 2018-02-26 01:30:46 -05:00 committed by GitHub
commit fd4492ab41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@
{{/equal}}
<span class="badge{{#if highlight}} highlight{{/if}}">{{#if unread}}{{roundBadgeNumber unread}}{{/if}}</span>
{{#notEqual type "lobby"}}
<span class="close-tooltip tooltipped tooltipped-w" aria-label="Close">
<button class="close" aria-label="Close"></button>
<span class="close-tooltip tooltipped tooltipped-w" aria-label="Leave">
<button class="close" aria-label="Leave"></button>
</span>
{{/notEqual}}
<span class="name" title="{{name}}">{{name}}</span>