Skip to content
Snippets Groups Projects
Commit 5b1b0934 authored by Fatih Acet's avatar Fatih Acet
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment