fix(editor): Fix primitive values for code line highlight (no-changelog) (#18961)

This commit is contained in:
Robert Squires
2025-08-29 12:42:06 +01:00
committed by GitHub
parent 619ff935f1
commit 2843669a70

View File

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