2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03: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
-8
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;
}