summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-16 13:29:25 +0200
committerwinh <winnie@gitlab.com>2017-08-28 13:34:34 +0200
commita01ed201344a2bfebcf07d33564774a319380a26 (patch)
treec7c6922ad1f416bf231d3fafd58fa09ed3bc9494
parentef8eb3f6f7c1af167017ecc854e9fe385cee9354 (diff)
downloadgitlab-ce-winh-todos-dashboard-dropdowns.tar.gz
Make todos dashboard dropdowns consistentwinh-todos-dashboard-dropdowns
-rw-r--r--app/assets/stylesheets/pages/todos.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index 5b9fafe31bd..6c8d87185e9 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -265,3 +265,7 @@
font-weight: $gl-font-weight-bold;
}
}
+
+.todos-filters {
+ @include new-style-dropdown;
+}