Commit 48834683 authored by Tim Zallmann's avatar Tim Zallmann

Fix for Dropdown Icon Position

parent b9236909
......@@ -731,11 +731,11 @@ button.mini-pipeline-graph-dropdown-toggle {
svg {
fill: $gl-text-color-secondary;
width: $ci-action-icon-size;
height: $ci-action-icon-size;
width: #{$ci-action-icon-size - 6};
height: #{$ci-action-icon-size - 6};
left: -3px;
position: relative;
top: 0;
top: -2px;
}
&:hover svg,
......
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