Skip to content

Commit

Permalink
Merge pull request #4436 from nextcloud-libraries/enh/a11y-link-menuitem
Browse files Browse the repository at this point in the history
Add menuitem role to action link
  • Loading branch information
susnux committed Aug 23, 2023
2 parents 64240ea + 381ae43 commit 9e4da30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcActionLink/NcActionLink.vue
Expand Up @@ -86,6 +86,7 @@ export default {
:title="title"
class="action-link focusable"
rel="nofollow noreferrer noopener"
role="menuitem"
@click="onClick">

<!-- @slot Manually provide icon -->
Expand Down

0 comments on commit 9e4da30

Please sign in to comment.