Commit 1d222a59 authored by Mark Otto's avatar Mark Otto

un-nest .dropdown-divider

parent 9a243f2b
...@@ -48,11 +48,11 @@ ...@@ -48,11 +48,11 @@
border: 1px solid $dropdown-border; border: 1px solid $dropdown-border;
@include border-radius($border-radius); @include border-radius($border-radius);
@include box-shadow(0 6px 12px rgba(0,0,0,.175)); @include box-shadow(0 6px 12px rgba(0,0,0,.175));
}
// Dividers (basically an hr) within the dropdown // Dividers (basically an hr) within the dropdown
.dropdown-divider { .dropdown-divider {
@include nav-divider($dropdown-divider-bg); @include nav-divider($dropdown-divider-bg);
}
} }
// Links, buttons, and more within the dropdown menu // Links, buttons, and more within the dropdown menu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment