Remove the outline override from dropdown toggles

fixes #17573
This commit is contained in:
Mark Otto 2017-02-12 17:03:57 -08:00 committed by Mark Otto
parent b3aa5ec360
commit 08984ac8cd
1 changed files with 0 additions and 5 deletions

View File

@ -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 {