Skip to content

Commit

Permalink
Remove the outline override from dropdown toggles
Browse files Browse the repository at this point in the history
fixes #17573
  • Loading branch information
mdo committed Mar 13, 2017
1 parent b3aa5ec commit 08984ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
border-right: $caret-width solid transparent;
border-left: $caret-width solid transparent;
}

// Prevent the focus on the dropdown toggle when closing dropdowns
&:focus {
outline: 0;
}
}

.dropup {
Expand Down

0 comments on commit 08984ac

Please sign in to comment.