fix(files): add missing table header for actions column

- resolves https://github.com/nextcloud/server/issues/59333

Every column needs an header with some label for accessibility,
so screen reader know which column they are in currently.
This adds the missing header (but hides it visually so only for SR).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2026-04-03 17:05:14 +02:00
parent 8598f8b171
commit ab1c426cf4

View file

@ -28,7 +28,11 @@
</th>
<!-- Actions -->
<th class="files-list__row-actions" />
<th class="files-list__row-actions">
<span class="hidden-visually">
{{ t('files', 'Actions') }}
</span>
</th>
<!-- Mime -->
<th