BigW Consortium Gitlab

Commit e9a6a5cb by Winnie Hellmann

Make new style .divider global

parent b58d08d4
...@@ -238,9 +238,13 @@ ...@@ -238,9 +238,13 @@
.divider { .divider {
height: 1px; height: 1px;
margin: 6px 10px; margin: 6px 0;
padding: 0; padding: 0;
background-color: $dropdown-divider-color; background-color: $dropdown-divider-color;
&:hover {
background-color: $dropdown-divider-color;
}
} }
.separator { .separator {
...@@ -338,12 +342,6 @@ ...@@ -338,12 +342,6 @@
visibility: visible; visibility: visible;
} }
&.divider {
margin: 0 8px;
padding: 0;
border-top: $gray-darkest;
}
.icon { .icon {
visibility: hidden; visibility: hidden;
} }
...@@ -758,14 +756,6 @@ ...@@ -758,14 +756,6 @@
background-color: transparent; background-color: transparent;
} }
&.divider {
margin: 6px 0;
&:hover {
background-color: $dropdown-divider-color;
}
}
&.dropdown-header { &.dropdown-header {
padding: 8px 16px; padding: 8px 16px;
} }
......
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