Make channel leave button tooltip correspond with context menu
This commit is contained in:
parent
bc1a6319a0
commit
5d9a123827
@ -15,8 +15,8 @@
|
|||||||
{{/equal}}
|
{{/equal}}
|
||||||
<span class="badge{{#if highlight}} highlight{{/if}}">{{#if unread}}{{roundBadgeNumber unread}}{{/if}}</span>
|
<span class="badge{{#if highlight}} highlight{{/if}}">{{#if unread}}{{roundBadgeNumber unread}}{{/if}}</span>
|
||||||
{{#notEqual type "lobby"}}
|
{{#notEqual type "lobby"}}
|
||||||
<span class="close-tooltip tooltipped tooltipped-w" aria-label="Close">
|
<span class="close-tooltip tooltipped tooltipped-w" aria-label="Leave">
|
||||||
<button class="close" aria-label="Close"></button>
|
<button class="close" aria-label="Leave"></button>
|
||||||
</span>
|
</span>
|
||||||
{{/notEqual}}
|
{{/notEqual}}
|
||||||
<span class="name" title="{{name}}">{{name}}</span>
|
<span class="name" title="{{name}}">{{name}}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user