summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-28 12:30:51 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-28 12:30:51 -0500
commit2a77a87f571c5a4911080b8972910b18becfb3d2 (patch)
tree44a58539dd7428f413a2a24dc11de0a3e8c39065
parent44cbfeaba87b2b659f22c802920004d6dff1b53a (diff)
downloadgitlab-ce-23849-pipeline-graph-bug.tar.gz
Only remove right connector of first build of last stage23849-pipeline-graph-bug
-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;
}
}