summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-11-14 18:42:49 +0000
committerAlex Hanselka <alex@gitlab.com>2018-11-14 17:15:15 -0600
commit86aa8312954fd00ebf9d70542d1a51a4b2216601 (patch)
tree9b0242c20e2ffaf95fa0f9ac2e2d95e65cda4ff6
parent727d36003dd52bdb5eaabbddec766ebfe1edef6e (diff)
downloadgitlab-ce-86aa8312954fd00ebf9d70542d1a51a4b2216601.tar.gz
Merge branch 'dark-theme-comments' into 'master'
Add white background to commit diff comments See merge request gitlab-org/gitlab-ce!23078
-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;
}