Skip to content

Commit

Permalink
Merge pull request #3114 from nextcloud/a11y/noid/inert-closed-naviga…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
skjnldsv committed Jun 6, 2023
2 parents 445c468 + e94868a commit cf90618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAppNavigation/NcAppNavigation.vue
Expand Up @@ -57,6 +57,7 @@ emit('toggle-navigation', {
<div id="app-navigation-vue"
class="app-navigation"
role="navigation"
:inert="!open || null"
:class="{'app-navigation--close':!open }">
<NcAppNavigationToggle :open="open" @update:open="toggleNavigation" />
<div :aria-hidden="ariaHidden" class="app-navigation__content">
Expand Down

0 comments on commit cf90618

Please sign in to comment.