Commit 5b1b0934 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'dark-theme-comments' into 'master'

Add white background to commit diff comments

See merge request gitlab-org/gitlab-ce!23078
parents 507c98a0 e2b40e29
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment