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

Merge branch 'winh-user-dropdown-style' into 'master'

Make header dropdown styles consistent

See merge request !13106
parents dbadf5a5 8961b7ec
...@@ -313,6 +313,25 @@ header { ...@@ -313,6 +313,25 @@ header {
.impersonation i { .impersonation i {
color: $red-500; color: $red-500;
} }
// TODO: fallback to global style
.dropdown-menu,
.dropdown-menu-nav {
li {
padding: 0 1px;
a {
border-radius: 0;
padding: 8px 16px;
&:hover,
&:active,
&:focus {
background-color: $gray-darker;
}
}
}
}
} }
.with-performance-bar header.navbar-gitlab { .with-performance-bar header.navbar-gitlab {
......
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