mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Show multiple nodes in input pane schema view (#9816)
This commit is contained in:
@@ -240,6 +240,9 @@
|
||||
--color-mfa-recovery-code-color: var(--color-text-dark);
|
||||
--color-mfa-lose-access-text-color: var(--color-danger);
|
||||
|
||||
// Text highlight
|
||||
--color-text-highlight-background: var(--prim-color-alt-d-shade-600);
|
||||
|
||||
// AI
|
||||
--node-type-background-l: 20%;
|
||||
--node-type-supplemental-label-color-h: 235;
|
||||
|
||||
@@ -305,6 +305,9 @@
|
||||
--color-mfa-recovery-code-color: var(--prim-gray-490);
|
||||
--color-mfa-lose-access-text-color: var(--color-danger);
|
||||
|
||||
// Text highlight
|
||||
--color-text-highlight-background: var(--prim-color-alt-d-shade-150);
|
||||
|
||||
// AI
|
||||
--node-type-background-l: 95%;
|
||||
--node-type-supplemental-label-color-h: 235;
|
||||
|
||||
@@ -207,7 +207,7 @@ ins {
|
||||
}
|
||||
|
||||
mark {
|
||||
background-color: var(--color-warning);
|
||||
background-color: var(--color-text-highlight-background);
|
||||
color: var(--color-text-dark);
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user