Skip to content
Snippets Groups Projects
Commit 48834683 authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Fix for Dropdown Icon Position

parent b9236909
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment