Skip to content

Commit

Permalink
Merge pull request #3986 from nextcloud/fix/a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr authored Aug 19, 2022
2 parents 1cfc203 + d1997c0 commit cdd838c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,11 @@
</ActionButton>
</Actions>
<!-- FIXME: ActionRouter currently doesn't work as an inline action -->
<Actions :title="t('deck', 'Details')">
<ActionButton icon="icon-menu-sidebar" @click="toggleDetailsView" />
<Actions>
<ActionButton icon="icon-menu-sidebar"
:aria-label="t('deck', 'Open details')"
:title="t('deck', 'Details')"
@click="toggleDetailsView" />
</Actions>
</div>
</div>
Expand Down

0 comments on commit cdd838c

Please sign in to comment.