Compare commits

...

1 Commits

Author SHA1 Message Date
Ferdinand Thiessen d45ed330f0 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>
2026-04-03 17:05:14 +02:00
@@ -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