Align action icons in pipeline graph
This commit is contained in:
parent
39c9091a88
commit
55340c363b
2 changed files with 6 additions and 7 deletions
|
@ -344,7 +344,6 @@
|
|||
|
||||
svg {
|
||||
vertical-align: middle;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.stage-column {
|
||||
|
@ -495,17 +494,12 @@
|
|||
svg {
|
||||
fill: $gl-text-color-secondary;
|
||||
position: relative;
|
||||
left: 1px;
|
||||
top: -1px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
&.play {
|
||||
svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
left: 3px;
|
||||
left: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
5
changelogs/unreleased/45287-align-icons.yml
Normal file
5
changelogs/unreleased/45287-align-icons.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Align action icons in pipeline graph
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue