Make the sidebar close a button and add aria-label to it

This commit is contained in:
Jérémie Astori 2016-05-07 23:11:43 -04:00
parent 8af36eb0c7
commit 57d7b0147e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{#each channels}}
<div data-id="{{id}}" data-target="#chan-{{id}}" data-title="{{name}}" class="chan {{type}}">
<span class="badge{{#if highlight}} highlight{{/if}}" data-count="{{unread}}">{{#if unread}}{{unread}}{{/if}}</span>
<span class="close"></span>
<button class="close" aria-label="Close"></button>
<span class="name" title="{{name}}">{{name}}</span>
</div>
{{/each}}