Commit ccbdeea0 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-pipeline-action-dropdowns' into 'master'

Make pipeline action dropdowns consistent

See merge request !13534
parents c5e5c4f1 e1c54895
...@@ -761,6 +761,7 @@ ...@@ -761,6 +761,7 @@
button, button,
.menu-item { .menu-item {
border-radius: 0; border-radius: 0;
box-shadow: none;
padding: 8px 16px; padding: 8px 16px;
text-align: left; text-align: left;
width: 100%; width: 100%;
......
...@@ -257,6 +257,8 @@ ...@@ -257,6 +257,8 @@
// Pipeline visualization // Pipeline visualization
.pipeline-actions { .pipeline-actions {
@include new-style-dropdown;
border-bottom: none; border-bottom: none;
} }
......
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