disconnect zero value outputs from flow diagram

This commit is contained in:
Mononaut
2022-11-20 11:32:03 +09:00
parent e0cdaefb89
commit a049b20df6
3 changed files with 69 additions and 11 deletions

View File

@@ -11,6 +11,10 @@
&.fee {
stroke: url(#fee-gradient);
}
&.zerovalue {
stroke: url(#gradient0);
stroke-linecap: round;
}
&.highlight {
z-index: 8;
@@ -21,6 +25,9 @@
&.output {
stroke: url(#output-highlight-gradient);
}
&.zerovalue {
stroke: #1bd8f4;
}
}
}
@@ -36,6 +43,9 @@
&.fee {
stroke: url(#fee-hover-gradient);
}
&.zerovalue {
stroke: white;
}
}
.connector {