Skip to content

Commit

Permalink
Card
Browse files Browse the repository at this point in the history
- update state focus + hover colors
  • Loading branch information
elad2412 committed Jun 3, 2024
1 parent c095d22 commit 3118396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/6-elements/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
cursor:pointer;
box-shadow: 0 0 0 pxToRem(5) hsl(var(--p-card-shadow-color));
transition:var(--transition);

&:where(:hover, :active, :focus):not(#{$disabled}) {
--p-card-bg-color: var(--p-card-bg-color-hover);
}
Expand Down

0 comments on commit 3118396

Please sign in to comment.