2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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