A11Y: Add title to drafts remove icon button (#18706)

This commit is contained in:
Penar Musaraj 2022-10-21 14:32:58 -04:00 committed by GitHub
parent 28bb81b50a
commit 414d3b8185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,6 +69,6 @@
{{#if @item.editableDraft}}
<div class="user-stream-item-draft-actions">
<DButton @action={{@resumeDraft}} @actionParam={{@item}} @icon="pencil-alt" @label="drafts.resume" @class="btn-default resume-draft" />
<DButton @action={{@removeDraft}} @actionParam={{@item}} @icon="far-trash-alt" @class="btn-danger remove-draft" />
<DButton @action={{@removeDraft}} @actionParam={{@item}} @icon="far-trash-alt" @class="btn-danger remove-draft" @title="drafts.remove" />
</div>
{{/if}}