Commit ac86c495 authored by Filipa Lacerda's avatar Filipa Lacerda

Pipeline graph node was one pixel off

parent 9edef45a
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: 30px; border-radius: 30px;
background-color: $white-light; background-color: $white-light;
&:hover { &:hover {
background-color: $stage-hover-bg; background-color: $stage-hover-bg;
border: 1px solid $stage-hover-border; border: 1px solid $stage-hover-border;
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
content: ''; content: '';
position: absolute; position: absolute;
top: 48%; top: 48%;
right: -49px; right: -48px;
border-top: 2px solid $border-color; border-top: 2px solid $border-color;
width: 48px; width: 48px;
height: 1px; height: 1px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment