diff options
author | winh <winnie@gitlab.com> | 2017-08-09 12:21:10 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-08-30 13:32:40 +0200 |
commit | ff6c0c05d527dbfe870c962eef680c78f2c8c1de (patch) | |
tree | 664ea3cc20a61d503798da64e73c066fe2832537 | |
parent | 499b640679c0dca5b5d93da945da0ca26db8e58e (diff) | |
download | gitlab-ce-ff6c0c05d527dbfe870c962eef680c78f2c8c1de.tar.gz |
Make download dropdown style on branches / tags pages consistentwinh-download-dropdowns
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 4 |
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; +} |