From 0dde58adc3aade945ef7483d9f19fb52d023ffe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 23 Apr 2024 21:52:58 +0200 Subject: [PATCH] a11y: add some outline to menu controls #838 --- static/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 9fd528f090..206612f950 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1718,6 +1718,7 @@ html[dir="rtl"] .menu-control span { .menu-control button { -webkit-appearance: none; appearance: none; + height: 1.33rem; outline: none; width: 100%; } @@ -1725,7 +1726,7 @@ html[dir="rtl"] .menu-control span { .menu-control button:focus, .menu-control select:active, .menu-control select:focus{ - outline-style: auto; + outline-style: solid; } .menu-control select {