0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Fixes #14939: Don't remove focus outline from buttons in button groups

This commit is contained in:
Mark Otto 2014-11-11 15:43:00 -08:00
parent bb89657bcb
commit 857aab0a1c

View File

@ -18,10 +18,6 @@
&.active {
z-index: 2;
}
&:focus {
// Remove focus outline when dropdown JS adds it after closing the menu
outline: 0;
}
}
}