about summary refs log tree commit diff
path: root/app/views/layouts/admin.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-10-30 02:43:15 +0200
committerGitHub <noreply@github.com>2022-10-30 02:43:15 +0200
commitad83e64795361dc9d5990a9dae4f91a3642109a0 (patch)
tree25355b1ec660ca60684532f93fbc54e86f57b439 /app/views/layouts/admin.html.haml
parent6094a916b185ae0634e016004deb4cec11afbaca (diff)
Fix sidebar and tabs on settings on small screens in admin UI (#19533)
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index 59021ad88..e7a163c92 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -15,8 +15,9 @@
               = link_to root_path do
                 = logo_as_symbol(:wordmark)
 
-            = link_to '#', class: 'sidebar__toggle__icon' do
+            = link_to '#', class: 'sidebar__toggle__icon', 'aria-label': t('navigation.toggle_menu'), 'aria-expanded': 'false' do
               = fa_icon 'bars'
+              = fa_icon 'times'
 
           = render_navigation