From 36a33e488b94b491fbf982df81d94a61c25c9add Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 31 Dec 2022 09:51:59 +0800 Subject: [PATCH] Use focus-visible --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 2b4956d4..e4887fba 100644 --- a/src/index.css +++ b/src/index.css @@ -247,7 +247,7 @@ code { outline: 0; } -:not([tabindex='-1']):focus { +:not([tabindex='-1']):focus-visible { outline: 2px solid var(--focus-ring-color); }