From c1499519d4a57859fa69098a743430a2dc068800 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 16 Mar 2022 01:07:55 +0100 Subject: Improve accessibility with more visible focus indication for non vue apps - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan --- apps/files/templates/list.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/files/templates/list.php') diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 0a34396aa5c..25558bf16f7 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -44,13 +44,13 @@ - t('Size')); ?> + t('Size')); ?> - t('Modified')); ?> + t('Modified')); ?> -- cgit v1.2.3