summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-19 23:45:24 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-19 23:45:24 +0000
commitac86c495a3fc54be6984c4df2b363e9b4e414b4d (patch)
treead3c01babfb76c739cbcebcfb8e21450408eb2ee
parent9edef45ae169e5882dab4950a8143acf7623a06d (diff)
downloadgitlab-ce-ac86c495a3fc54be6984c4df2b363e9b4e414b4d.tar.gz
Pipeline graph node was one pixel off
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 832d8443dc8..3639db026cf 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -489,7 +489,7 @@
border: 1px solid $border-color;
border-radius: 30px;
background-color: $white-light;
-
+
&:hover {
background-color: $stage-hover-bg;
border: 1px solid $stage-hover-border;
@@ -547,7 +547,7 @@
content: '';
position: absolute;
top: 48%;
- right: -49px;
+ right: -48px;
border-top: 2px solid $border-color;
width: 48px;
height: 1px;