1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove dropdown anchor focus override

Overriding the focus outline for links within the dropdown menu
causes accessibility issues for keyboard-only users. This
removes the override, reenabling the browser's default focus
outline.
This commit is contained in:
Ari Rizzitano 2017-09-18 15:38:26 -04:00 committed by Mark Otto
parent 7b514f48c7
commit 136c49a13f

View file

@ -105,14 +105,6 @@
}
}
// Open state for the dropdown
.show {
// Remove the outline when :focus is triggered
> a {
outline: 0;
}
}
.dropdown-menu.show {
display: block;
}