0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Change nav focus to focus-visible (#37784)

Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
This commit is contained in:
Mark Otto 2023-01-02 19:50:46 -08:00 committed by GitHub
parent e60002b1fc
commit e30916b599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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;
}