summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-09 14:34:23 +0200
committerwinh <winnie@gitlab.com>2017-08-30 12:18:53 +0200
commite9424111dcc7e7b8166c057be07f332f2f11e844 (patch)
tree99a455d02d929eb50c9e695e83c7c93a32944dbd
parent499b640679c0dca5b5d93da945da0ca26db8e58e (diff)
downloadgitlab-ce-winh-issuable-sidebar-dropdowns.tar.gz
Make issuable sidebar dropdowns style consistentwinh-issuable-sidebar-dropdowns
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 40e8a928e6e..ef58382ba41 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -132,3 +132,7 @@
width: calc(100% + 35px);
}
}
+
+.issuable-sidebar {
+ @include new-style-dropdown;
+}