Commit d17f327d authored by Phil Hughes's avatar Phil Hughes

Merge branch '3572-downstream-pipeline' into 'master'

Resolve "Downstream pipeline arrow is not the same height or color as the other connectors"

Closes #3572

See merge request gitlab-org/gitlab-ee!5172
parents 12febc32 66bc1a96
...@@ -1003,10 +1003,10 @@ a.linked-pipeline-mini-item { ...@@ -1003,10 +1003,10 @@ a.linked-pipeline-mini-item {
.arrow-icon { .arrow-icon {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin: -4px 2px 0 0; margin: -2px 2px 0 0;
svg { svg {
fill: $gray-darkest; fill: $border-color;
} }
} }
......
---
title: Updates style of arrown in downstream pipeline
merge_request: 5172
author:
type: fixed
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