Skip to content

Commit

Permalink
Remove background on disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Nov 9, 2023
1 parent ade6b6b commit bbb5ea4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/components/src/button/button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ export const buttonStyles: (
appearanceBehavior(
'accent',
css`
:host([appearance='accent'][disabled]),
:host([appearance='accent'][disabled]:hover),
:host([appearance='accent'][disabled]:active) {
background: ${accentFillRest};
Expand Down Expand Up @@ -661,7 +660,6 @@ export const buttonStyles: (
appearanceBehavior(
'stealth',
css`
:host([appearance='stealth'][disabled]),
:host([appearance='stealth'][disabled]:hover),
:host([appearance='stealth'][disabled]:active) {
background: ${neutralFillStealthRest};
Expand Down

0 comments on commit bbb5ea4

Please sign in to comment.