Commit 559364ee authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '56379-pipeline-stages-job-action-button-icon-is-not-aligned' into 'master'

Resolve "Pipeline stages job action button icon is not aligned"

Closes #56379

See merge request gitlab-org/gitlab-ce!24577
parents 15002205 790333fb
...@@ -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