mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -08:00
update pattern
This commit is contained in:
parent
f646019e1e
commit
ca0d856d36
|
@ -412,6 +412,10 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
z-index:4;
|
z-index:4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jtk-connector path {
|
||||||
|
transition: stroke .1s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
/** node */
|
/** node */
|
||||||
.jtk-endpoint-anchor {
|
.jtk-endpoint-anchor {
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|
Loading…
Reference in a new issue