fixes #8647: remove focus outline on :focus of buttons in button groups

This commit is contained in:
Mark Otto 2013-08-05 16:16:58 -07:00
parent ab090a29fb
commit f3bd6dbf03
3 changed files with 11 additions and 4 deletions

View file

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