fix(css): minor style fix

This commit is contained in:
Torkel Ödegaard
2016-11-28 09:39:07 -05:00
parent b2edcd8cfd
commit a2d1cc1a46
+1 -4
View File
@@ -8,10 +8,7 @@
.dropdown {
position: relative;
}
.dropdown-toggle {
// The caret makes the toggle a bit too tall in IE7
margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
outline: 0;