Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-02-15 15:53:15 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-02-15 16:08:56 +0300
commitd9f452d61f78a9b541eed93e03a416d73e0600cb (patch)
tree8243f519b60be0719e7e9370edd2f28b4b04bc33
parentab06c9b654c5f26fbe9e3fce22a54f7944ee4dab (diff)
Remove vertical connecting line placeholder from diff discussion notes
-rw-r--r--app/assets/stylesheets/pages/notes.scss5
-rw-r--r--changelogs/unreleased/57768-remove-vertical-line.yml5
2 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index adab2253365..7e7eff1346a 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -494,11 +494,6 @@ $note-form-margin-left: 72px;
.discussion-notes {
margin-left: 0;
border-left: 0;
-
- .notes {
- position: relative;
- @include vertical-line(52px);
- }
}
.note-wrapper {
diff --git a/changelogs/unreleased/57768-remove-vertical-line.yml b/changelogs/unreleased/57768-remove-vertical-line.yml
new file mode 100644
index 00000000000..b73b0fa229e
--- /dev/null
+++ b/changelogs/unreleased/57768-remove-vertical-line.yml
@@ -0,0 +1,5 @@
+---
+title: Remove vertical connecting line placeholder from diff discussion notes
+merge_request: 25292
+author:
+type: fixed