Skip to content

Commit

Permalink
Add roles to submenu
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jan 10, 2024
1 parent 5f303b1 commit fefc956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/InlineActionsContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
-
-->
<template>
<li class="inline-container-base">
<ul class="inline-container-content">
<li role="presentation" class="inline-container-base">
<ul role="menu" class="inline-container-content">
<slot />
</ul>
</li>
Expand Down

0 comments on commit fefc956

Please sign in to comment.