ux(): restored dropdown divider class

This commit is contained in:
Torkel Ödegaard 2016-02-15 17:14:02 +01:00
parent 43b91ea0d6
commit 47644f2755

View File

@ -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;