From 4b0c59b174fe7f73676fcb40bb1a706134bc30da Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Wed, 28 Dec 2022 22:59:27 +0100 Subject: [PATCH] Highlight items when navigating via keyboard This patch highlights items in the app bar if a user uses the keyboard to navigate in audiobookshelf. This ensures that users actually know which item they have selected. This also modifies the text for the library selector, so that users which are using a screen reader understand that it is a selector for libraries and not only a button related to the current library. --- client/components/app/Appbar.vue | 8 ++++---- client/components/ui/LibrariesDropdown.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index 6c2ce00e..d46bcd39 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -24,25 +24,25 @@ -