Skip to content

Commit

Permalink
fix(card): change card-filled colors for hover/active states accordin…
Browse files Browse the repository at this point in the history
…g to design
  • Loading branch information
AndreasBerliner committed Oct 1, 2024
1 parent 99f35e1 commit a72b2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
--ix-card-background: var(--theme-color-ghost--hover);
}

:host(.card-notification:hover) {
:host(.card-notification:hover), :host(.card-filled:hover) {
--ix-card-background: var(--theme-color-component-1--hover);
}

Expand Down Expand Up @@ -133,7 +133,7 @@
--ix-card-background: var(--theme-color-ghost--active);
}

:host(.card-notification:active) {
:host(.card-notification:active), :host(.card-filled:active) {
--ix-card-background: var(--theme-color-component-1--active);
}

Expand Down

0 comments on commit a72b2e3

Please sign in to comment.