fixes #8647: remove focus outline on :focus of buttons in button groups
This commit is contained in:
parent
ab090a29fb
commit
f3bd6dbf03
3 changed files with 11 additions and 4 deletions
|
|
@ -47,6 +47,10 @@
|
|||
&.active {
|
||||
z-index: 2;
|
||||
}
|
||||
&:focus {
|
||||
// Remove focus outline when dropdown JS adds it after closing the menu
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue