Skip to content

Commit

Permalink
Merge pull request #3461 from nextcloud/enhancement/accessibility
Browse files Browse the repository at this point in the history
Fix accessibility problems
  • Loading branch information
ChristophWurst authored Aug 24, 2020
2 parents a48e6d3 + 0938cc7 commit 4305007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MailboxMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
:search-query="query"
:bus="bus" />
<template v-else>
<li class="app-content-list-item">
<div class="app-content-list-item">
<SectionTitle class="important" :name="t('mail', 'Important')" />
<Popover trigger="hover focus">
<button slot="trigger" class="button icon-info" />
<button slot="trigger" :aria-label="t('mail', 'Important info')" class="button icon-info" />
{{ importantInfo }}
</Popover>
</li>
</div>
<Mailbox
class="nameimportant"
:account="unifiedAccount"
Expand Down
1 change: 1 addition & 0 deletions src/components/MessageHTMLBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<div id="message-container" :class="{hidden: loading}">
<iframe id="message-frame"
ref="iframe"
:title="t('mail', 'Message frame')"
:src="url"
seamless
@load="onMessageFrameLoad" />
Expand Down

0 comments on commit 4305007

Please sign in to comment.