Skip to content

Commit

Permalink
Make the sidebar close a button and add aria-label to it
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed May 8, 2016
1 parent 421cb57 commit 2d34a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/chan.tpl
@@ -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}}

0 comments on commit 2d34a32

Please sign in to comment.