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 a8720f8265
commit d7e4096afe
No known key found for this signature in database
GPG key ID: 7E849AE05218500F

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