From 573f73f22a53ac6d72d4670f925eceb28f3cc8fc Mon Sep 17 00:00:00 2001 From: winh Date: Wed, 16 Aug 2017 13:15:40 +0200 Subject: Make issuable dashboard dropdowns consistent --- app/assets/stylesheets/framework/filters.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/framework/filters.scss') diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss index a5d33d410fb..e4e095eaabf 100644 --- a/app/assets/stylesheets/framework/filters.scss +++ b/app/assets/stylesheets/framework/filters.scss @@ -478,3 +478,7 @@ padding: 8px 16px; text-align: center; } + +.issues-details-filters { + @include new-style-dropdown; +} -- cgit v1.2.1