From f09c72acd84d44e3811eb8c5a9703345f661fba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 19 Nov 2023 01:06:35 +0100 Subject: [PATCH] menu: add outline to menu-controls on tab #726 --- static/css/theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 464252291e..c57197cf41 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1629,6 +1629,13 @@ html[dir="rtl"] .menu-control span { appearance: none; width: 100%; } +.menu-control button:active, +.menu-control button:focus, +.menu-control select:active, +.menu-control select:focus{ + outline-style: auto; +} + .menu-control select { background-color: transparent; background-image: none;