Skip to content

Commit

Permalink
Merge pull request #41808 from nextcloud/accessibility/breadcrumbs
Browse files Browse the repository at this point in the history
accessibility fix - changed the dir attribute to have valid value
  • Loading branch information
susnux authored Nov 30, 2023
2 parents bdc7c64 + bcc41df commit 63b1084
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions apps/files/src/components/BreadCrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
:aria-label="ariaLabel(section)"
:title="ariaLabel(section)"
v-bind="section"
dir="auto"
:to="section.to"
@click.native="onClick(section.to)">
<template v-if="index === 0" #icon>
<Home :size="20" />
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 63b1084

Please sign in to comment.