mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Support for ARIA
This commit is contained in:
parent
45f216b8a1
commit
6b3cdb5033
42 changed files with 159 additions and 148 deletions
|
@ -11,7 +11,7 @@
|
|||
</a>
|
||||
{{#if canEdit}}
|
||||
<div class="menu">
|
||||
<i class="dicon {{constants.Icon.Cross}}">
|
||||
<i class="dicon {{constants.Icon.Cross}}" role="button" tabindex="0" aria-haspopup="menu">
|
||||
{{#attach-popover class="ember-attacher-popper" hideOn="escapekey, clickout" showOn="click" isShown=false}}
|
||||
<div class="form">
|
||||
<p>Are you sure you want to delete this file?</p>
|
||||
|
@ -31,7 +31,7 @@
|
|||
{{/each}}
|
||||
{{#if canEdit}}
|
||||
<li id="upload-document-files">
|
||||
<i class="dicon {{constants.Icon.Plus}}"></i>
|
||||
<i class="dicon {{constants.Icon.Plus}}" role="button" tabindex="0" title="Upload file" />
|
||||
</li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue