Skip to content

Commit

Permalink
Merge pull request #1378 from nextcloud/fix/40707-rework_table_on_not…
Browse files Browse the repository at this point in the history
…ifications_page

Remove `aria-hidden` for table header
  • Loading branch information
nickvergessen authored Oct 25, 2023
2 parents fb40a99 + bbf1a99 commit fea53ba
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
Original file line number Diff line number Diff line change
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 fea53ba

Please sign in to comment.