Commit e792f5f8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'winh-new-dropdown-dividers-ee' into 'master'

Make new dropdown dividers full width

See merge request !2600
parents d5ad6f64 640a139a
......@@ -726,7 +726,12 @@
// TODO: change global style and remove mixin
@mixin new-style-dropdown {
.dropdown-menu {
.dropdown-menu,
.dropdown-menu-nav {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;
......
......@@ -309,6 +309,29 @@ header.navbar-gitlab-new {
outline: 0;
}
}
// TODO: fallback to global style
.dropdown-menu {
.divider {
margin: 6px 0;
}
li {
padding: 0 1px;
a {
border-radius: 0;
padding: 8px 16px;
&.is-focused,
&:hover,
&:active,
&:focus {
background-color: $gray-darker;
}
}
}
}
}
.breadcrumbs-container {
......
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