Skip to content

Commit

Permalink
fix(card): add focus state to card
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Raider authored and adamraider committed Mar 25, 2019
1 parent cb8403a commit c079062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
text-decoration: none;
}

&:focus {
box-shadow: 0 0 0 3px transparentize($ray-color-blue-50, 0.75);
}

&:hover {
&::after {
border-color: $ray-color-blue-50;
Expand Down

0 comments on commit c079062

Please sign in to comment.