| gio | dc2dfcf | 2025-05-16 09:41:04 +0000 | [diff] [blame^] | 1 | body { |
| 2 | overflow: hidden; |
| 3 | } |
| 4 | |
| 5 | .react-flow__handle { |
| 6 | min-width: initial !important; |
| 7 | min-height: initial !important; |
| 8 | height: 4px !important; |
| 9 | width: 4px !important; |
| 10 | border: none !important; |
| 11 | } |
| 12 | |
| 13 | .react-flow__edge-path { |
| 14 | stroke: black !important; |
| 15 | |
| 16 | } |
| 17 | |
| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 18 | .react-flow__handle.connectingto { |
| gio | d002661 | 2025-05-08 13:00:36 +0000 | [diff] [blame] | 19 | background: #ff6060; |
| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 20 | } |
| 21 | |
| 22 | .react-flow__handle.valid { |
| gio | d002661 | 2025-05-08 13:00:36 +0000 | [diff] [blame] | 23 | background: #55dd99; |
| 24 | } |