pseudo nodes should be equally blurred

This commit is contained in:
David Kaltschmidt
2015-09-11 14:46:07 +02:00
parent 31f7a97016
commit 396ebdd13e

View File

@@ -178,10 +178,6 @@ body {
cursor: pointer;
transition: opacity .5s ease-in-out;
&.blurred {
opacity: 0.25;
}
&.pseudo {
opacity: 0.8;
cursor: default;
@@ -199,6 +195,10 @@ body {
stroke-width: 1px;
}
}
&.blurred {
opacity: 0.25;
}
}
.edge {