Commit d0f8e279 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove box on diff tab system note

parent f25e6aa2
...@@ -413,6 +413,18 @@ $note-form-margin-left: 72px; ...@@ -413,6 +413,18 @@ $note-form-margin-left: 72px;
} }
} }
.tab-pane.diffs {
.system-note {
padding: 0 $gl-padding;
margin-left: 20px;
}
.notes > .note-discussion li.note.system-note {
border-bottom: 0;
padding: 0 $gl-padding;
}
}
.diff-file { .diff-file {
.is-over { .is-over {
.add-diff-note { .add-diff-note {
...@@ -491,6 +503,11 @@ $note-form-margin-left: 72px; ...@@ -491,6 +503,11 @@ $note-form-margin-left: 72px;
.note-wrapper { .note-wrapper {
@include outline-comment(); @include outline-comment();
&.system-note {
border: 0;
margin-left: 20px;
}
} }
.discussion-reply-holder { .discussion-reply-holder {
......
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