mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
pseudo nodes should be equally blurred
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user