mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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;
|
background-color: #fff;
|
||||||
border-radius: var(--border-radius-large);
|
border-radius: var(--border-radius-large);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
z-index: 5;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #444;
|
color: #444;
|
||||||
border: 2px solid var(--color-foreground-xdark);
|
border: 2px solid var(--color-foreground-xdark);
|
||||||
|
@ -443,6 +442,11 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
background-color: #67c23a;
|
background-color: #67c23a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** node */
|
||||||
|
.jtk-endpoint-anchor .node-default {
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
/** connector */
|
/** connector */
|
||||||
.jtk-connector {
|
.jtk-connector {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
@ -452,11 +456,6 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
transition: stroke .1s ease-in-out;
|
transition: stroke .1s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** node */
|
|
||||||
.jtk-endpoint-anchor .node-default {
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** node endpoints */
|
/** node endpoints */
|
||||||
.jtk-endpoint {
|
.jtk-endpoint {
|
||||||
z-index:5;
|
z-index:5;
|
||||||
|
|
Loading…
Reference in a new issue