Commit 5a6ebe09 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'remove-pipeline-downstream-curves' into 'master'

Remove extra lines on downstream pipelines in graph

See merge request gitlab-org/gitlab!21957
parents 0c544d0c 9fbb0be8
......@@ -42,7 +42,6 @@ export default {
<template>
<li class="linked-pipeline build">
<div class="curve"></div>
<gl-button
:id="buttonId"
v-gl-tooltip
......
......@@ -132,6 +132,10 @@
.linked-pipeline.build {
height: 41px;
&::before {
content: none;
}
// apply custom dimensions to connector before and after for triangle arrow
&.flat-connector-before {
@include flat-connector-before($linked-project-column-margin);
......
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