|
7 | 7 |
|
8 | 8 | .react-flow { |
9 | 9 | direction: ltr; |
| 10 | + z-index: 0; |
10 | 11 | } |
11 | 12 |
|
12 | 13 | .react-flow__pane { |
@@ -178,22 +179,31 @@ svg.react-flow__connectionline { |
178 | 179 | pointer-events: none; |
179 | 180 | background-color: $reactflow-background-color; |
180 | 181 | border: solid 1px $eccgui-color-separation-divider; |
| 182 | + |
| 183 | + pattern path { |
| 184 | + opacity: $eccgui-opacity-ghostly; |
| 185 | + stroke: #{eccgui-color-var("identity", "text", "300")}; |
| 186 | + } |
181 | 187 | } |
182 | 188 |
|
183 | | -.react-flow__background-pattern { |
| 189 | +.react-flow__background-pattern, |
| 190 | +.react-flow__background pattern path:first-child { |
184 | 191 | opacity: $eccgui-opacity-ghostly; |
| 192 | + stroke: #{eccgui-color-var("identity", "text", "500")}; |
185 | 193 | } |
186 | 194 |
|
187 | | -.react-flow__background-pattern.dots { |
188 | | - fill: $eccgui-color-separation-divider; |
| 195 | +.react-flow__background-pattern.dots, |
| 196 | +.react-flow__background pattern circle:first-child { |
| 197 | + opacity: $eccgui-opacity-muted; |
| 198 | + fill: #{eccgui-color-var("identity", "text", "700")}; |
189 | 199 | } |
190 | 200 |
|
191 | | -.react-flow__background-pattern.lines { |
192 | | - stroke: $eccgui-color-separation-divider; |
| 201 | +.react-flow__background-pattern.cross { |
| 202 | + stroke: #{eccgui-color-var("identity", "text", "300")}; |
193 | 203 | } |
194 | 204 |
|
195 | | -.react-flow__background-pattern.cross { |
196 | | - stroke: $eccgui-color-separation-divider; |
| 205 | +.react-flow__background-pattern.lines { |
| 206 | + stroke: #{eccgui-color-var("identity", "text", "300")}; |
197 | 207 | } |
198 | 208 |
|
199 | 209 | .react-flow__attribution { |
|
0 commit comments