File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/theme/css/next/characteristics Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @salt-ds/theme " : patch
3+ ---
4+
5+ Updated ` --salt-selectable-borderColor-hover ` and ` --salt-selectable-foreground-hover ` to address color contrast issues.
Original file line number Diff line number Diff line change 11.salt-theme .salt-theme-next {
22 --salt-selectable-borderColor : var (--salt-palette-neutral );
3- --salt-selectable-borderColor-hover : var (--salt-palette-accent-weak );
3+ --salt-selectable-borderColor-hover : var (--salt-palette-accent );
44 --salt-selectable-borderColor-selected : var (--salt-palette-accent );
55 --salt-selectable-borderColor-selectedDisabled : var (--salt-palette-accent-disabled );
66 --salt-selectable-borderColor-disabled : var (--salt-palette-neutral-disabled );
77 --salt-selectable-borderColor-readonly : var (--salt-palette-neutral );
88
99 --salt-selectable-foreground : var (--salt-palette-neutral-strong );
1010 --salt-selectable-foreground-disabled : var (--salt-palette-neutral-strong-disabled );
11- --salt-selectable-foreground-hover : var (--salt-palette-accent-weak );
11+ --salt-selectable-foreground-hover : var (--salt-palette-accent );
1212 --salt-selectable-foreground-selected : var (--salt-palette-accent );
1313 --salt-selectable-foreground-selectedDisabled : var (--salt-palette-accent-disabled );
1414 --salt-selectable-background : var (--salt-palette-alpha-none );
You can’t perform that action at this time.
0 commit comments