Commit 29aeea35 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-build-job-stage-dropdown' into 'master'

Make build job stage dropdown consistent

See merge request !13543
parents ccbdeea0 18441fd9
...@@ -322,14 +322,13 @@ ...@@ -322,14 +322,13 @@
} }
.build-dropdown { .build-dropdown {
padding: $gl-padding 0; @include new-style-dropdown;
.dropdown-menu-toggle { margin: $gl-padding 0;
margin-top: 8px; padding: 0;
}
.dropdown-menu { .dropdown-menu-toggle {
margin-top: -$gl-padding; margin-top: #{$gl-padding / 2};
} }
svg { svg {
......
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