summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-24 09:06:55 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-10-24 09:06:55 +0000
commitcc17067085cc61c99322eb5934b73bc30b3e1caf (patch)
treef9733b96dd8a969e4b929fbf18658fb02614f987 /app/assets/stylesheets
parent4aaf4774a7af3614ac67149bcdef6c9b5ae5c2cd (diff)
parentc147bccc45dc1a47b17a18d14169606470833d02 (diff)
downloadgitlab-ce-cc17067085cc61c99322eb5934b73bc30b3e1caf.tar.gz
Merge branch 'ph-multi-file-editor-new-file-folder-dropdown' into 'master'
Add new files & directories in the multi-file editor Closes #38614 See merge request gitlab-org/gitlab-ce!14839
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 97ca01f0f54..6a363b1710e 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -201,7 +201,7 @@
}
}
- #repo-file-buttons {
+ .repo-file-buttons {
background-color: $white-light;
padding: 5px 10px;
border-top: 1px solid $white-normal;