From 1c015eda90dabb45e5f9f0344ec6dfb9be6eba81 Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Mon, 30 Oct 2017 12:31:20 +0100 Subject: Fixed different sizes --- .../javascripts/pipelines/components/stage.vue | 6 +++- app/assets/stylesheets/pages/pipelines.scss | 33 ++++++++++++++++++---- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/app/assets/javascripts/pipelines/components/stage.vue b/app/assets/javascripts/pipelines/components/stage.vue index 24a15339622..c8bccb4f20d 100644 --- a/app/assets/javascripts/pipelines/components/stage.vue +++ b/app/assets/javascripts/pipelines/components/stage.vue @@ -122,6 +122,10 @@ export default { triggerButtonClass() { return `ci-status-icon-${this.stage.status.group}`; }, + + borderlessIcon() { + return `${this.stage.status.icon}_borderless`; + } }, }; @@ -145,7 +149,7 @@ export default { aria-hidden="true" :aria-label="stage.title"> + :name="borderlessIcon"/>