summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-12 15:27:36 +0000
committerPhil Hughes <me@iamphill.com>2018-04-12 15:27:36 +0000
commit7ea7b2abe7e9fbf89d76037a5606aedac5743c49 (patch)
treef34fc043b4f22e1e7cfb27fe879bc80c6c7347a2
parent1e54e30ffc017efa350e2f372513aa55b5a0bd0c (diff)
parent55340c363b84d1028948e136107be10cc1a0faaa (diff)
downloadgitlab-ce-7ea7b2abe7e9fbf89d76037a5606aedac5743c49.tar.gz
Merge branch '45287-align-icons' into 'master'
Resolve "Retry icon is misaligned in pipelines graph actions" Closes #45287 See merge request gitlab-org/gitlab-ce!18345
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss8
-rw-r--r--changelogs/unreleased/45287-align-icons.yml5
2 files changed, 6 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 8d5eb2e8c5a..2c840cb407a 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -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;
}
}
}
diff --git a/changelogs/unreleased/45287-align-icons.yml b/changelogs/unreleased/45287-align-icons.yml
new file mode 100644
index 00000000000..0a1cccf9ca6
--- /dev/null
+++ b/changelogs/unreleased/45287-align-icons.yml
@@ -0,0 +1,5 @@
+---
+title: Align action icons in pipeline graph
+merge_request:
+author:
+type: fixed