From e2b40e29e3b2fdde52ba9d4e592dea3a03b7f04b Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 14 Nov 2018 12:01:36 -0600 Subject: Add white background to commit diff comments --- app/assets/stylesheets/pages/notes.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- cgit v1.2.1