Commit 790333fb authored by mfluharty's avatar mfluharty

Move CI action icons down 1px

parent ae216618
...@@ -861,7 +861,7 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -861,7 +861,7 @@ button.mini-pipeline-graph-dropdown-toggle {
height: $ci-action-dropdown-svg-size; height: $ci-action-dropdown-svg-size;
fill: $gl-text-color-secondary; fill: $gl-text-color-secondary;
position: relative; position: relative;
top: 0; top: 1px;
vertical-align: initial; vertical-align: initial;
} }
} }
...@@ -869,7 +869,7 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -869,7 +869,7 @@ button.mini-pipeline-graph-dropdown-toggle {
// SVGs in the commit widget and mr widget // SVGs in the commit widget and mr widget
a.ci-action-icon-container.ci-action-icon-wrapper svg { a.ci-action-icon-container.ci-action-icon-wrapper svg {
top: 2px; top: 4px;
} }
.scrollable-menu { .scrollable-menu {
......
---
title: Resolve Pipeline stages job action button icon is not aligned
merge_request: 24577
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