Commit 2f399411 authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '6807-fix-icon' into 'master'

Resolve "Arrow for linked pipeline has the wrong color"

Closes #6807

See merge request gitlab-org/gitlab-ee!6479
parents 2d087a6f 228e669e
......@@ -9,14 +9,7 @@
.arrow-icon {
display: inline-block;
vertical-align: middle;
margin: -2px 2px 0 0;
svg {
fill: $border-color;
position: relative;
top: 4px;
left: -1px;
}
fill: $border-color;
}
&:hover {
......
---
title: Fixes arrow-icon color and alignment in linked pipeline in merge request widget
merge_request: 6479
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