From e30916b5993f5bb13d652b2597cf1a4ef8326da9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Jan 2023 19:50:46 -0800 Subject: [PATCH] Change nav focus to focus-visible (#37784) Co-authored-by: Patrick H. Lauke --- scss/_nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_nav.scss b/scss/_nav.scss index 3a27ee7925..5eb77b6348 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -38,7 +38,7 @@ text-decoration: if($link-hover-decoration == underline, none, null); } - &:focus { + &:focus-visible { outline: 0; box-shadow: $nav-link-focus-box-shadow; }