mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-31 23:47:28 -08:00
update selected state
This commit is contained in:
parent
1fadd1c9c9
commit
3a8726b9d4
|
@ -422,15 +422,15 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -8px;
|
top: -8px;
|
||||||
left: -8px;
|
left: -8px;
|
||||||
background-color: var(--color-foreground-base);
|
background-color: hsla(var(--color-foreground-base-h), var(--color-foreground-base-s), var(--color-foreground-base-l, 50%));
|
||||||
height: 140px;
|
height: 144px;
|
||||||
width: 116px;
|
width: 116px;
|
||||||
border-radius: var(--border-radius-xlarge);
|
border-radius: var(--border-radius-xlarge);
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
||||||
&.has-subtitles {
|
&.has-subtitles {
|
||||||
height: 166px;
|
height: 162px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue