From 223d38dbd342aca160ca6e16164a638f200a58c0 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue index fc08b488f1..ad939f5fee 100644 --- a/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue +++ b/src/components/NcAppNavigationSettings/NcAppNavigationSettings.vue @@ -27,7 +27,10 @@