mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
udpate node z-index
This commit is contained in:
parent
2431b3ccbe
commit
85fc869d88
|
@ -298,7 +298,6 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
background-color: #fff;
|
||||
border-radius: var(--border-radius-large);
|
||||
text-align: center;
|
||||
z-index: 5;
|
||||
cursor: pointer;
|
||||
color: #444;
|
||||
border: 2px solid var(--color-foreground-xdark);
|
||||
|
@ -443,6 +442,11 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
background-color: #67c23a;
|
||||
}
|
||||
|
||||
/** node */
|
||||
.jtk-endpoint-anchor .node-default {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/** connector */
|
||||
.jtk-connector {
|
||||
z-index: 3;
|
||||
|
@ -452,11 +456,6 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
|||
transition: stroke .1s ease-in-out;
|
||||
}
|
||||
|
||||
/** node */
|
||||
.jtk-endpoint-anchor .node-default {
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
/** node endpoints */
|
||||
.jtk-endpoint {
|
||||
z-index:5;
|
||||
|
|
Loading…
Reference in a new issue