summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-12 15:27:36 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-04-20 09:50:17 +0100
commit80b3644aaf214cdad250214588448936ca3b225e (patch)
treeccaf18e9e550c9d07524ba5638db25297e412ccc
parentd1ef8cdd9f89fb43f2a05cc3662e47cde39c69f6 (diff)
downloadgitlab-ce-80b3644aaf214cdad250214588448936ca3b225e.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