Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Jun 28, 2024
1 parent ec16cdc commit de46b8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions packages/theme/css/characteristics/actionable-next.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
--salt-actionable-secondary-borderColor-disabled: transparent;
/* TBD when adding bordered button */

--salt-content-bold-foreground: var(--salt-palette-foreground-primary-alt);
--salt-content-bold-foreground-disabled: var(--salt-palette-foreground-primary-alt);
--salt-actionable-accent-background: var(--salt-palette-accent);
--salt-actionable-accent-background-hover: var(--salt-palette-accent-action-hover);
--salt-actionable-accent-background-active: var(--salt-palette-accent-action-active);
Expand Down
3 changes: 0 additions & 3 deletions packages/theme/css/characteristics/actionable.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@
--salt-actionable-secondary-borderColor-disabled: transparent;
/* TBD when adding bordered button */

--salt-actionable-accent-background: var(--salt-palette-interact-cta-background);

--salt-content-bold-foreground: var(--salt-palette-interact-primary-foreground);
--salt-content-bold-foreground-disabled: var(--salt-palette-interact-cta-foreground-disabled);
--salt-actionable-accent-background: var(--salt-palette-interact-cta-background);
--salt-actionable-accent-background-hover: var(--salt-palette-interact-cta-background-hover);
--salt-actionable-accent-background-active: var(--salt-palette-interact-cta-background-active);
Expand Down

0 comments on commit de46b8e

Please sign in to comment.