Skip to content

Commit

Permalink
Fix keyboard navigation related to #4
Browse files Browse the repository at this point in the history
  • Loading branch information
madalingorbanescu committed Sep 2, 2019
1 parent 7b1f455 commit 45eef2f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
12 changes: 12 additions & 0 deletions assets/scss/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@
pointer-events: none;
}

&:focus-within {
.c-meta__primary,
.c-card__action,
.c-card__thumbnail-background:before {
opacity: 1;
}

.c-card__action:before {
width: 29px;
}
}

@include below(lap) {
@include spacing('margin-bottom', 1rem);

Expand Down
13 changes: 9 additions & 4 deletions style-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45eef2f

Please sign in to comment.