1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Support for ARIA

This commit is contained in:
HarveyKandola 2022-01-11 12:40:52 -05:00
parent 45f216b8a1
commit 6b3cdb5033
42 changed files with 159 additions and 148 deletions

View file

@ -20,7 +20,7 @@
<div class="section-trello-board" style= {{boardStyle}}>
<div class="section-trello-board-title">{{config.board.name}}</div>
{{#each config.lists as |list|}}
<div class="section-trello-list" {{action "onListCheckbox" list.id}}>
<div class="section-trello-list" {{action "onListCheckbox" list.id}} role="button" tabindex="0">
{{#if list.included}}
<i class="section-trello-list-checkbox dicon {{constants.Icon.CheckboxChecked}}" />
{{else}}
@ -49,4 +49,4 @@
{{/if}}
{{/if}}
{{/section/base-editor}}
{{/section/base-editor}}