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

Aligns the play button for stages

Closes #61469

See merge request gitlab-org/gitlab-ce!28124
This commit is contained in:
Kushal Pandya 2019-05-06 17:04:44 +00:00
commit ae39e73a33
3 changed files with 11 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default {
:action-icon="action.icon"
:tooltip-text="action.title"
: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"
/>
</div>

View File

@ -702,6 +702,11 @@
}
}
}
.stage-action svg {
left: 1px;
top: -2px;
}
}
// Triggers the dropdown in the big pipeline graph

View File

@ -0,0 +1,5 @@
---
title: Vertically aligns the play button for stages
merge_request:
author:
type: fixed