Commit 228e669e authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes arrow-icon color and alignment in linked pipeline in merge request widget

parent 6bdf064d
...@@ -9,14 +9,7 @@ ...@@ -9,14 +9,7 @@
.arrow-icon { .arrow-icon {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin: -2px 2px 0 0; fill: $border-color;
svg {
fill: $border-color;
position: relative;
top: 4px;
left: -1px;
}
} }
&:hover { &: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