Commit ae39e73a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '61469-align-play-icon' into 'master'

Aligns the play button for stages

Closes #61469

See merge request gitlab-org/gitlab-ce!28124
parents 3990e52d 4db5f4ac
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
:action-icon="action.icon" :action-icon="action.icon"
:tooltip-text="action.title" :tooltip-text="action.title"
:link="action.path" :link="action.path"
class="js-stage-action position-absolute position-top-0 rounded" class="js-stage-action stage-action position-absolute position-top-0 rounded"
@pipelineActionRequestComplete="pipelineActionRequestComplete" @pipelineActionRequestComplete="pipelineActionRequestComplete"
/> />
</div> </div>
......
...@@ -702,6 +702,11 @@ ...@@ -702,6 +702,11 @@
} }
} }
} }
.stage-action svg {
left: 1px;
top: -2px;
}
} }
// Triggers the dropdown in the big pipeline graph // Triggers the dropdown in the big pipeline graph
......
---
title: Vertically aligns the play button for stages
merge_request:
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