summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue
diff options
context:
space:
mode:
authorEzekiel Kigbo <ekigbo@gitlab.com>2019-09-06 01:04:00 +1000
committerEzekiel Kigbo <ekigbo@gitlab.com>2019-09-10 18:03:18 +1000
commit1f67ae937f162c6f8723ab487d81d9b2f468cc15 (patch)
treed556fb95834bf6003f9159ab3afe11cb47ebd6cf /app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue
parent5d081b02f57b75f55d618c0e1c11e0acb22ac067 (diff)
downloadgitlab-ce-13076-add-stage-button.tar.gz
Replace custom css class with utilities13076-add-stage-button
Replaces the .stage-ghost class with custom utility css classes based on maintainer review feedback
Diffstat (limited to 'app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue')
-rw-r--r--app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue b/app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue
index d946594a069..63549596fac 100644
--- a/app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue
+++ b/app/assets/javascripts/cycle_analytics/components/stage_card_list_item.vue
@@ -23,7 +23,10 @@ export default {
</script>
<template>
- <div :class="{ active: isActive }" class="stage-nav-item d-flex pl-4 pr-4 m-0 mb-1 ml-2 rounded">
+ <div
+ :class="{ active: isActive }"
+ class="stage-nav-item d-flex pl-4 pr-4 m-0 mb-1 ml-2 rounded border-color-default border-style-solid border-width-1px"
+ >
<slot></slot>
<div v-if="canEdit" class="dropdown">
<gl-button