|
322 | 322 | --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300); |
323 | 323 | --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); |
324 | 324 | --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000); |
325 | | - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700); |
326 | | - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950); |
327 | | - --color-interactive-foreground-link-visited: var(--color-shades-grey-600); |
| 325 | + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999); |
| 326 | + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500); |
| 327 | + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700); |
| 328 | + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600); |
| 329 | + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700); |
| 330 | + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850); |
| 331 | + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999); |
| 332 | + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600); |
328 | 333 | --color-interactive-border-primary-enabled: var(--color-shades-grey-999); |
329 | 334 | --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050); |
330 | 335 | --color-interactive-border-primary-disabled: var(--color-shades-grey-300); |
|
1024 | 1029 | --color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700); |
1025 | 1030 | --color-interactive-foreground-danger-enabled: var(--color-shades-grey-000); |
1026 | 1031 | --color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800); |
1027 | | - --color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400); |
1028 | | - --color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200); |
1029 | | - --color-interactive-foreground-link-visited: var(--color-shades-grey-200); |
| 1032 | + --color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000); |
| 1033 | + --color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200); |
| 1034 | + --color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300); |
| 1035 | + --color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200); |
| 1036 | + --color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150); |
| 1037 | + --color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100); |
| 1038 | + --color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000); |
| 1039 | + --color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200); |
1030 | 1040 | --color-interactive-border-primary-enabled: var(--color-shades-grey-000); |
1031 | 1041 | --color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050); |
1032 | 1042 | --color-interactive-border-primary-disabled: var(--color-shades-grey-700); |
|
0 commit comments