From 30b4940d3567dfa3fc4502f11018d1a348ed3779 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Wed, 3 Aug 2022 15:58:28 +0200 Subject: SONAR-16760 [893166] Focus indicator is missing --- server/sonar-web/src/main/js/app/styles/init/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/sonar-web/src/main/js/app/styles/init/base.css b/server/sonar-web/src/main/js/app/styles/init/base.css index 8a56cbe7b5d..79a225a83d5 100644 --- a/server/sonar-web/src/main/js/app/styles/init/base.css +++ b/server/sonar-web/src/main/js/app/styles/init/base.css @@ -24,6 +24,10 @@ padding: 0; } +*:focus-visible { + outline: 2px dotted var(--blue); +} + html, body { background-color: var(--barBackgroundColor); -- cgit v1.2.3