From 1ca5722d24ef104b9b638d9e10b6933b4f6fbb25 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Sat, 13 May 2023 16:06:06 +0100 Subject: [PATCH] Add aria-expanded to settings accordion button Mark settings button that triggers the expand/collaps of the side nav settings with aria-expanded attribute to improve accesibility. Resolves : https://github.com/nextcloud/server/issues/37136 Signed-off-by: fenn-cs --- .../NcAppNavigationSettings/NcAppNavigationSettings.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue index fc08b488f1..ff42546c7f 100644 --- a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue +++ b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue @@ -27,6 +27,9 @@