|
|
|
@ -92,18 +92,19 @@ body { |
|
|
|
|
|
|
|
/* Switch dimming - nodes downstream of disabled Switch outputs */ |
|
|
|
.react-flow__node.switch-dimmed { |
|
|
|
opacity: 0.4; |
|
|
|
transition: opacity 250ms ease-in-out; |
|
|
|
filter: brightness(0.62) saturate(0.55); |
|
|
|
transition: filter 250ms ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
/* Skip dimming - nodes skipped due to optional empty inputs */ |
|
|
|
.react-flow__node.node-skipped { |
|
|
|
opacity: 0.35; |
|
|
|
transition: opacity 250ms ease-in-out; |
|
|
|
filter: brightness(0.55) saturate(0.45); |
|
|
|
transition: filter 250ms ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.react-flow__node:not(.switch-dimmed):not(.node-skipped) { |
|
|
|
transition: opacity 250ms ease-in-out; |
|
|
|
filter: none; |
|
|
|
transition: filter 250ms ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
/* Base handle styles */ |
|
|
|
|