summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 07:11:16 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 13:35:46 -0600
commitd0f8e279007a5345d1934db749000d525cf383f1 (patch)
tree65423e680100d600dc18e6fef5b800e69c6b7119
parentf25e6aa2f3313e9f92e7cb02626665f4c83acd59 (diff)
downloadgitlab-ce-d0f8e279007a5345d1934db749000d525cf383f1.tar.gz
Remove box on diff tab system note
-rw-r--r--app/assets/stylesheets/pages/notes.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 36bcdc9a3b8..d5ccb419c15 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -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 {
.is-over {
.add-diff-note {
@@ -491,6 +503,11 @@ $note-form-margin-left: 72px;
.note-wrapper {
@include outline-comment();
+
+ &.system-note {
+ border: 0;
+ margin-left: 20px;
+ }
}
.discussion-reply-holder {