Commit 03d7512c authored by Mark Otto's avatar Mark Otto

Merge pull request #15086 from twbs/btn_group_focus

Don't remove focus outline from buttons in button groups
parents 2006a435 857aab0a
......@@ -18,10 +18,6 @@
&.active {
z-index: 2;
}
&:focus {
// Remove focus outline when dropdown JS adds it after closing the menu
outline: 0;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment