Move CI action icons down 1px

This commit is contained in:
mfluharty 2019-01-22 10:53:06 -07:00
parent ae2166188d
commit 790333fb97
2 changed files with 7 additions and 2 deletions

View File

@ -861,7 +861,7 @@ button.mini-pipeline-graph-dropdown-toggle {
height: $ci-action-dropdown-svg-size;
fill: $gl-text-color-secondary;
position: relative;
top: 0;
top: 1px;
vertical-align: initial;
}
}
@ -869,7 +869,7 @@ button.mini-pipeline-graph-dropdown-toggle {
// SVGs in the commit widget and mr widget
a.ci-action-icon-container.ci-action-icon-wrapper svg {
top: 2px;
top: 4px;
}
.scrollable-menu {

View File

@ -0,0 +1,5 @@
---
title: Resolve Pipeline stages job action button icon is not aligned
merge_request: 24577
author:
type: fixed