summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-14 15:08:51 +0200
committerwinh <winnie@gitlab.com>2017-08-30 10:29:14 +0200
commite1c5489508e5c7ef1f2ce24c43e9ac665abed76a (patch)
tree9b45155711a57ed965ddf7b91e010db66b68c386
parent499b640679c0dca5b5d93da945da0ca26db8e58e (diff)
downloadgitlab-ce-winh-pipeline-action-dropdowns.tar.gz
Make pipeline action dropdowns consistentwinh-pipeline-action-dropdowns
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss2
2 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index a45d5a6dca0..3816fb26751 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -750,6 +750,7 @@
a,
button {
border-radius: 0;
+ box-shadow: none;
padding: 8px 16px;
// make sure the text color is not overriden
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index a408bde37d6..16dfe7b2dd4 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -257,6 +257,8 @@
// Pipeline visualization
.pipeline-actions {
+ @include new-style-dropdown;
+
border-bottom: none;
}