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 {