From fa4dfe6e775b706877759abd4d242f5fd9c9ac66 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 24 Aug 2023 02:00:40 +0200 Subject: [PATCH] fix(FilePicker): Ensure focus-visible outline is visible for all focusable elements Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FileList.vue | 4 ++++ lib/components/FilePicker/FilePicker.vue | 5 +++++ .../FilePicker/FilePickerNavigation.vue | 16 +++++++++++++--- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/lib/components/FilePicker/FileList.vue b/lib/components/FilePicker/FileList.vue index fce6c092..ed7ba48f 100644 --- a/lib/components/FilePicker/FileList.vue +++ b/lib/components/FilePicker/FileList.vue @@ -172,6 +172,8 @@ function onChangeDirectory(dir: Node) { -