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

Merge pull request #15086 from twbs/btn_group_focus

Don't remove focus outline from buttons in button groups
parents 2006a435 857aab0a
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 0 additions and 4 deletions
+0 -4
...@@ -18,10 +18,6 @@ ...@@ -18,10 +18,6 @@
&.active { &.active {
z-index: 2; z-index: 2;
} }
&:focus {
// Remove focus outline when dropdown JS adds it after closing the menu
outline: 0;
}
} }
} }
......
Supports Markdown
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