summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-09 12:21:10 +0200
committerwinh <winnie@gitlab.com>2017-08-30 13:32:40 +0200
commitff6c0c05d527dbfe870c962eef680c78f2c8c1de (patch)
tree664ea3cc20a61d503798da64e73c066fe2832537
parent499b640679c0dca5b5d93da945da0ca26db8e58e (diff)
downloadgitlab-ce-winh-download-dropdowns.tar.gz
Make download dropdown style on branches / tags pages consistentwinh-download-dropdowns
-rw-r--r--app/assets/stylesheets/pages/projects.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 39c4264e496..5f182f0a499 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -1058,3 +1058,7 @@ pre.light-well {
border-color: $border-color;
}
}
+
+.project-action-button {
+ @include new-style-dropdown;
+}