Merge branch '23849-pipeline-graph-bug' into 'master'

Only remove right connector of first build of last stage

Only remove right connector of first build of last stage.
Closes #23849

See merge request !7179
This commit is contained in:
Fatih Acet 2016-10-28 21:46:44 +00:00
commit dcc699afc2
1 changed files with 1 additions and 2 deletions

View File

@ -573,8 +573,7 @@
.build { .build {
// Remove right connecting horizontal line from first build in last stage // Remove right connecting horizontal line from first build in last stage
&:first-child { &:first-child {
&::after, &::after {
&::before {
border: none; border: none;
} }
} }