Commit 290045ad authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'winh-newnav-projects-dropdown-style' into 'master'

Make projects dropdown style in new navigation consistent

See merge request !13182
parents b60014c7 c4686285
......@@ -309,6 +309,25 @@ header.navbar-gitlab-new {
outline: 0;
}
}
// TODO: fallback to global style
.dropdown-menu {
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