From e1c5489508e5c7ef1f2ce24c43e9ac665abed76a Mon Sep 17 00:00:00 2001 From: winh Date: Mon, 14 Aug 2017 15:08:51 +0200 Subject: Make pipeline action dropdowns consistent --- app/assets/stylesheets/framework/dropdowns.scss | 1 + app/assets/stylesheets/pages/pipelines.scss | 2 ++ 2 files changed, 3 insertions(+) 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; } -- cgit v1.2.1