diff options
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index bf801a8845f..e05f52a08c2 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -147,10 +147,13 @@ } .stage-cell { + font-size: 0; svg { height: 18px; width: 18px; + position: relative; + z-index: 2; vertical-align: middle; overflow: visible; } @@ -167,12 +170,11 @@ &:not(:last-child) { &::after { content: ''; - height: 20px; - width: 9px; + width: 8px; position: absolute;; - right: -9px; - bottom: 36%; - border-bottom: 3px solid $table-text-gray; + right: -7px; + bottom: 44%; + border-bottom: 2px solid $border-color; } } } |