Skip to content

Commit

Permalink
Remove aria-hidden for table header
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
JuliaKirschenheuter authored and nextcloud-command committed Oct 25, 2023
1 parent fb40a99 commit bbf1a99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions js/activity-adminSettings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/activity-adminSettings.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-personalSettings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/activity-personalSettings.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/components/ActivityGrid.vue
Expand Up @@ -30,8 +30,7 @@
</th>
<th v-for="(methodName, methodKey) in methods"
:key="methodKey"
class="activity_select_group"
aria-hidden="true">
class="activity_select_group">
{{ methodName }}
</th>
</tr>
Expand Down

0 comments on commit bbf1a99

Please sign in to comment.