2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Restore commented out dropdown styles, get open dropdown state working again

This commit is contained in:
Mark Otto
2013-05-12 16:03:56 -07:00
parent 92adcfabb5
commit 2d10d61fde
3 changed files with 132 additions and 18 deletions
+7 -5
View File
@@ -2,10 +2,6 @@
// Dropdown menus
// --------------------------------------------------
// Remove the outline when :focus is triggered
.open > a {
outline: 0;
}
// Dropdown arrow/caret
// --------------------
@@ -107,9 +103,15 @@
// Open state for the dropdown
// ---------------------------
.open {
& > .dropdown-menu {
// Show the menu
> .dropdown-menu {
display: block;
}
// Remove the outline when :focus is triggered
> a {
outline: 0;
}
}
// Right aligned dropdowns