Only remove right connector of first build of last stage

This commit is contained in:
Annabel Dunstone Gray 2016-10-28 12:30:51 -05:00
parent 44cbfeaba8
commit 2a77a87f57
1 changed files with 1 additions and 2 deletions

View File

@ -573,8 +573,7 @@
.build {
// Remove right connecting horizontal line from first build in last stage
&:first-child {
&::after,
&::before {
&::after {
border: none;
}
}