2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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
+4
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;
}
}
}