0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-22 19:54:22 +01:00

Docs: add focus visible outline to navbar's nav links and toggler

This commit is contained in:
Julien Déramond 2024-03-22 08:23:10 +01:00
parent d1636a7540
commit 897e49fdfc
No known key found for this signature in database
GPG Key ID: DCD226672FC08F31

View File

@ -57,6 +57,10 @@
color: $white;
}
&:focus-visible {
outline: auto;
}
&.active {
font-weight: 600;
color: $white;