Commit d645df82 authored by Fatih Acet's avatar Fatih Acet

Merge branch '53882-extra-container-diff-version' into 'master'

Fix version system note

Closes #53882

See merge request gitlab-org/gitlab-ce!23030
parents 77b3a8b1 5e66292d
......@@ -272,7 +272,7 @@ $note-form-margin-left: 72px;
}
.system-note {
padding: 6px 20px;
padding: 6px 21px;
margin: $gl-padding-24 0;
background-color: transparent;
......@@ -407,6 +407,24 @@ $note-form-margin-left: 72px;
}
}
.tab-pane.notes {
.diff-file .notes .system-note {
margin: 0;
}
}
.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 {
.is-over {
.add-diff-note {
......@@ -426,7 +444,7 @@ $note-form-margin-left: 72px;
}
.system-note {
margin: 0;
background-color: $white-light;
padding: $gl-padding;
}
}
......@@ -485,6 +503,11 @@ $note-form-margin-left: 72px;
.note-wrapper {
@include outline-comment();
&.system-note {
border: 0;
margin-left: 20px;
}
}
.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