Merge branch 'main' into v11

This commit is contained in:
moklick
2022-08-05 19:09:09 +02:00
9 changed files with 41 additions and 36 deletions
+3 -26
View File
@@ -1,19 +1,4 @@
.react-flow__edge {
&.selected,
&:focus,
&:focus-visible {
outline: none;
.react-flow__edge-path {
stroke: #555;
}
}
&.animated path {
stroke-dasharray: 5;
animation: dashdraw 0.5s linear infinite;
}
&.updating {
.react-flow__edge-path {
stroke: #777;
@@ -21,20 +6,10 @@
}
}
.react-flow__edge-path {
stroke: #b1b1b7;
stroke-width: 1;
}
.react-flow__edge-text {
font-size: 10px;
}
.react-flow__connection-path {
stroke: #b1b1b7;
stroke-width: 1;
}
.react-flow__node-default,
.react-flow__node-input,
.react-flow__node-output,
@@ -52,6 +27,7 @@
&.selected,
&:focus,
&:focus-visible {
border: none;
box-shadow: 0 0 0 0.5px #1a192b;
outline: none;
}
@@ -72,8 +48,9 @@
&.selected,
&:focus,
&:focus-visible {
outline: none;
border: none;
box-shadow: 0 0 0 0.5px #1a192b;
outline: none;
}
}