summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-10-28 21:46:44 +0000
committerFatih Acet <acetfatih@gmail.com>2016-10-28 21:46:44 +0000
commitdcc699afc214dab1e27541ac35a9d57ef20f2cb9 (patch)
tree061b306e1d3085e01aae4ec8f571dce10275c4f6
parentb7d3fc15a45a7f3ca0a293a23edf7e74ad80aa78 (diff)
parent2a77a87f571c5a4911080b8972910b18becfb3d2 (diff)
downloadgitlab-ce-dcc699afc214dab1e27541ac35a9d57ef20f2cb9.tar.gz
Merge branch '23849-pipeline-graph-bug' into 'master'
Only remove right connector of first build of last stage Only remove right connector of first build of last stage. Closes #23849 See merge request !7179
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 3c60db40ffe..a8e8bbcb208 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -573,8 +573,7 @@
.build {
// Remove right connecting horizontal line from first build in last stage
&:first-child {
- &::after,
- &::before {
+ &::after {
border: none;
}
}