Commit e1c54895 authored by winh's avatar winh

Make pipeline action dropdowns consistent

parent 499b6406
...@@ -750,6 +750,7 @@ ...@@ -750,6 +750,7 @@
a, a,
button { button {
border-radius: 0; border-radius: 0;
box-shadow: none;
padding: 8px 16px; padding: 8px 16px;
// make sure the text color is not overriden // make sure the text color is not overriden
......
...@@ -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