1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02: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

View File

@@ -17,11 +17,6 @@
border-right: $caret-width solid transparent; border-right: $caret-width solid transparent;
border-left: $caret-width solid transparent; border-left: $caret-width solid transparent;
} }
// Prevent the focus on the dropdown toggle when closing dropdowns
&:focus {
outline: 0;
}
} }
.dropup { .dropup {