瀏覽代碼

ux(): restored dropdown divider class

Torkel Ödegaard 9 年之前
父節點
當前提交
47644f2755
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      public/less/components/_dropdown.scss

+ 8 - 0
public/less/components/_dropdown.scss

@@ -59,6 +59,14 @@
     left: auto;
     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
   // Links within the dropdown menu
   > li > a {
   > li > a {
     display: block;
     display: block;