From 396ebdd13eaec82ad598b3426715a6498f58d4c4 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Fri, 11 Sep 2015 14:46:07 +0200 Subject: [PATCH] pseudo nodes should be equally blurred --- client/app/styles/main.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 2a2b8022f..85d063a05 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -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 {