Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-16 14:15:40 +0300
committerwinh <winnie@gitlab.com>2017-08-29 15:35:24 +0300
commit573f73f22a53ac6d72d4670f925eceb28f3cc8fc (patch)
tree77472307ed1d13f9a04516d793d416bc61fac1fc /app/assets/stylesheets/framework/filters.scss
parentef8eb3f6f7c1af167017ecc854e9fe385cee9354 (diff)
Make issuable dashboard dropdowns consistent
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss4
1 files changed, 4 insertions, 0 deletions
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;
+}