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/index.php | 2 +- apps/files/templates/list.php | 8 ++++---- apps/files/templates/recentlist.php | 8 ++++---- apps/files/templates/simplelist.php | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'apps/files/templates') diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 4a1cf808f2a..0d95f2694d9 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -5,7 +5,7 @@ checked="checked" /> - 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')); ?> diff --git a/apps/files/templates/recentlist.php b/apps/files/templates/recentlist.php index 8a556a6dc1d..3a5049bc2de 100644 --- a/apps/files/templates/recentlist.php +++ b/apps/files/templates/recentlist.php @@ -16,20 +16,20 @@ - t('Size')); ?> - t('Modified')); ?> - + t('Delete')) ?> diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php index 24bd1c8ca2a..917fc307ff8 100644 --- a/apps/files/templates/simplelist.php +++ b/apps/files/templates/simplelist.php @@ -18,16 +18,16 @@ - t('Size')); ?> + t('Size')); ?> - t('Modified')); ?> + t('Modified')); ?> - + " /> t('Delete'))?> -- cgit v1.2.3