Skip to content

Commit

Permalink
fix(card): add transition for box-shadow hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkki committed Oct 5, 2020
1 parent 9668b5b commit a28df8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/gds-card/gds-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

:host {
@include card;
transition: box-shadow 0.3s;
}

:host(:hover) {
Expand Down

0 comments on commit a28df8f

Please sign in to comment.