summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 12:01:36 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 12:01:36 -0600
commite2b40e29e3b2fdde52ba9d4e592dea3a03b7f04b (patch)
tree0e2d85de824bfc4aa452b61aff4c2e3aa8414e9c
parent2059e9f521c57d879002b16ccba3b7ed29996840 (diff)
downloadgitlab-ce-e2b40e29e3b2fdde52ba9d4e592dea3a03b7f04b.tar.gz
Add white background to commit diff comments
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 35e01c9c807..05322d7fab7 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -499,6 +499,10 @@ $note-form-margin-left: 72px;
@include vertical-line(52px);
}
+ .notes_content {
+ background-color: $white-light;
+ }
+
.discussion-reply-holder {
border-top: 1px solid $border-color;
}