chore(system): cleanup noderesizer styles
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
.xy-flow {
|
||||||
|
--xy-resize-background-color-default: #3367d9;
|
||||||
|
}
|
||||||
|
|
||||||
.xy-flow__resize-control {
|
.xy-flow__resize-control {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
@@ -28,7 +32,7 @@
|
|||||||
height: 4px;
|
height: 4px;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
background-color: #3367d9;
|
background-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -63,7 +67,7 @@
|
|||||||
|
|
||||||
/* line styles */
|
/* line styles */
|
||||||
.xy-flow__resize-control.line {
|
.xy-flow__resize-control.line {
|
||||||
border-color: #3367d9;
|
border-color: var(--xy-resize-background-color, var(--xy-resize-background-color-default));
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user