Commit 47644f27 by Torkel Ödegaard

ux(): restored dropdown divider class

parent 43b91ea0
......@@ -59,6 +59,14 @@
left: auto;
}
.divider {
height: 1px;
margin: (($baseLineHeight / 2) - 1) 1px; // 8px 1px
overflow: hidden;
background-color: $dropdownDividerTop;
border-bottom: 1px solid $dropdownDividerBottom;
}
// Links within the dropdown menu
> li > a {
display: block;
......
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