Skip to content

Commit

Permalink
Ensure that the role img elements have aria label
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
GretaD authored and nextcloud-command committed Jan 22, 2024
1 parent 73eb232 commit fd0734d
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-src_views_Folders_vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-src_views_Folders_vue.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/FolderTagPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="folder-name">
<span :class="[!isEmpty ? 'icon-white' : 'icon-dark', icon]"
class="folder-name__icon"
role="img" />
aria-hidden="true" />
<p :id="ariaUuid" class="folder-name__name">
{{ name }}
</p>
Expand Down

0 comments on commit fd0734d

Please sign in to comment.