File tree Expand file tree Collapse file tree
src/extensions/react-flow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4040 - ` <FlexibleLayoutItem /> `
4141 - ` <GridColumn /> `
4242 - ` <PropertyName /> ` and ` <PropertyValue /> `
43+ - ` <EdgeDefault /> `
44+ - reduce stroke width to only 1px
4345
4446### Deprecated
4547
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ $reactflow-node-font-size: $eccgui-size-typo-caption !default;
88$reactflow-node-border-width : 2 * $button-border-width !default ;
99$reactflow-node-border-radius : $button-border-radius !default ;
1010$reactflow-edge-rendering : geometricprecision !default ;
11- $reactflow-edge-stroke-width-default : 2 px !default ;
12- $reactflow-edge-stroke-width-hover : 2 px !default ;
13- $reactflow-edge-stroke-width-selected : 2 px !default ;
11+ $reactflow-edge-stroke-width-default : 1 px !default ;
12+ $reactflow-edge-stroke-width-hover : 1 px !default ;
13+ $reactflow-edge-stroke-width-selected : 1 px !default ;
1414$reactflow-edge-stroke-opacity-default : $eccgui-opacity-muted !default ;
1515$reactflow-edge-stroke-opacity-hover : $eccgui-opacity-narrow !default ;
1616$reactflow-edge-stroke-opacity-selected : $eccgui-opacity-regular !default ;
You can’t perform that action at this time.
0 commit comments