mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix primitive values for code line highlight (no-changelog) (#18961)
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
--color-json-highlight: var(--color-background-base);
|
||||
--color-code-background: var(--p-gray-820);
|
||||
--color-code-background-readonly: var(--p-gray-740);
|
||||
--color-code-lineHighlight: var(--p-gray-320-alpha-010);
|
||||
--color-code-lineHighlight: var(--p-gray-320-a-010);
|
||||
--color-code-foreground: var(--p-gray-070);
|
||||
--color-code-caret: var(--p-gray-010);
|
||||
--color-code-selection: #3392ff44;
|
||||
@@ -226,7 +226,7 @@
|
||||
--color-button-highlight-hover-background: var(--prim-gray-670);
|
||||
--color-button-highlight-active-focus-background: var(--prim-gray-670);
|
||||
--color-button-highlight-focus-outline: var(--prim-gray-670);
|
||||
--color-button-highlight-disabled-font: var(--prim-gray-0-alpha-010);
|
||||
--color-button-highlight-disabled-font: var(--prim-gray-0-a-010);
|
||||
--color-button-highlight-disabled-border: transparent;
|
||||
|
||||
// Button success, warning, danger
|
||||
|
||||
Reference in New Issue
Block a user