There was an error while loading. Please reload this page.
1 parent 5c89fd5 commit efe3ca9Copy full SHA for efe3ca9
1 file changed
packages/eds-core-react/src/components/next/Button/button.css
@@ -11,8 +11,8 @@
11
/* Colours from the eds-tokens beta (Tokens Studio) semantic interactive
12
* group. The --_ indirection only exists so data-color-appearance can
13
* switch the accent/neutral/danger token set — states read these vars.
14
- * The text-interactive group has no neutral variant; the neutral tone
15
- * maps text to --eds-text-primary instead. */
+ * The text-interactive group deliberately has no neutral variant:
+ * neutral interactive text uses --eds-text-primary by design (#5283). */
16
--_bg-emphasis: var(--eds-background-interactive-accent-emphasis-default);
17
--_bg-emphasis-hover: var(--eds-background-interactive-accent-emphasis-hover);
18
--_bg-emphasis-pressed: var(
0 commit comments