summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-06-21 16:04:28 -0500
committerPaul Slaughter <pslaughter@gitlab.com>2018-06-21 16:04:28 -0500
commit01b1b53143e9f9e2c94e05b39f5fb9981f39198a (patch)
treeeef5fd9ba8f42680adb76137e784929d9df434a2
parent65833850a2614b6678c3a580565ee48687f17f1b (diff)
downloadgitlab-ce-45933-webide-fade-uneditable-area.tar.gz
Update Web IDE diff margin bg and border45933-webide-fade-uneditable-area
-rw-r--r--app/assets/stylesheets/pages/repo.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 109260b5fa8..bd3320c8ae5 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -281,8 +281,8 @@
}
.margin {
- background-color: $gray-light;
- border-right: 1px solid $white-normal;
+ background-color: $white-light;
+ border-right: 1px solid $theme-gray-100;
.line-insert {
border-right: 1px solid $line-added-dark;