summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/files.scss
diff options
context:
space:
mode:
authorRachel Pipkin <rachelpipkin@gmail.com>2017-10-16 17:53:12 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-16 17:53:12 +0000
commitbfda3acd715d34a8ddf4d5ceced65fe5320dcf35 (patch)
treef73fed79eda5549f9c0ccc5ac826fb0247d44c20 /app/assets/stylesheets/framework/files.scss
parent7685314fd22f27b45e2e8522f922f5b52538063d (diff)
downloadgitlab-ce-bfda3acd715d34a8ddf4d5ceced65fe5320dcf35.tar.gz
Remove extra border radius when editing a file
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 588ec1ff3bc..5833ef939e9 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -10,6 +10,10 @@
border: 0;
}
+ &.file-holder-bottom-radius {
+ border-radius: 0 0 $border-radius-small $border-radius-small;
+ }
+
&.readme-holder {
margin: $gl-padding 0;