Skip to content

Commit

Permalink
remove stroke setting from edge, probably not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
haschek committed Sep 26, 2023
1 parent ce6c1f5 commit 579f040
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/extensions/react-flow/edges/_edges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
--#{$eccgui}-reactflow-node-color-selected: #{$reactflow-edge-stroke-color-selected};

color: var(--#{$eccgui}-reactflow-node-color-default);
stroke: var(--#{$eccgui}-reactflow-node-color-default);

// stroke: var(--#{$eccgui}-reactflow-node-color-default); // removed, probably not necessary

path[class*="react-flow__edge"],
rect[class*="react-flow__edge"] {
Expand All @@ -18,7 +19,8 @@

&:hover {
color: var(--#{$eccgui}-reactflow-node-color-hover);
stroke: var(--#{$eccgui}-reactflow-node-color-hover);

// stroke: var(--#{$eccgui}-reactflow-node-color-hover); // removed, probably not necessary

path[class*="react-flow__edge"],
rect[class*="react-flow__edge"] {
Expand Down

0 comments on commit 579f040

Please sign in to comment.