]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change nav focus to focus-visible (#37784)
authorMark Otto <markd.otto@gmail.com>
Tue, 3 Jan 2023 03:50:46 +0000 (19:50 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2023 03:50:46 +0000 (19:50 -0800)
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
scss/_nav.scss

index 3a27ee79256a87c9232bc2d1e0f0753c0cbf66f9..5eb77b6348ee31b8dd6857d00a32855b4cc99145 100644 (file)
@@ -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;
   }