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:
parent
45f216b8a1
commit
6b3cdb5033
42 changed files with 159 additions and 148 deletions
|
@ -13,7 +13,7 @@
|
|||
<ul class="options">
|
||||
{{#each sections as |section|}}
|
||||
{{#unless section.retired}}
|
||||
<li class="preset-option" {{action "onInsertSection" section}}>
|
||||
<li class="preset-option" {{action "onInsertSection" section}} role="button" tabindex="0">
|
||||
<div class="icon">
|
||||
<img class="img" src="/sections/{{section.contentType}}.png" srcset="/sections/{{section.contentType}}@2x.png">
|
||||
</div>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<br>
|
||||
{{/if}}
|
||||
{{#each blocks as |block|}}
|
||||
<li class="block-option" {{action "onInsertBlock" block}}>
|
||||
<li class="block-option" {{action "onInsertBlock" block}} role="button" tabindex="0">
|
||||
<div class="name">{{block.title}}</div>
|
||||
<div class="desc">{{block.excerpt}}</div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue