feat(editor): Show multiple nodes in input pane schema view (#9816)

This commit is contained in:
Elias Meire
2024-06-24 18:09:28 +02:00
committed by GitHub
parent e33a47311f
commit e51de9d391
23 changed files with 2561 additions and 742 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;