1
0
Fork 0
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:
HarveyKandola 2022-01-11 12:40:52 -05:00
parent 45f216b8a1
commit 6b3cdb5033
42 changed files with 159 additions and 148 deletions

View file

@ -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>