Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
fix(card): Closes #3028 Card component doesn't highlight blue on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
sarracini committed Jul 31, 2017
1 parent 8c7a4d9 commit 75925cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions system-addon/content-src/components/Card/_Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,20 @@
.card {
@include fade-in;
}
.card-title {
color: $link-blue;
}
}
}

&:hover, &:focus, &.active {
outline: none;
@include fade-in;
@include context-menu-button-hover;

.card-title {
color: $link-blue;
}
}

.card-preview-image {
Expand Down

0 comments on commit 75925cf

Please sign in to comment.