Skip to content

Commit

Permalink
fix(card): add border:0 above border-top for card focus ring
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 11, 2023
1 parent 0e2989d commit 386410c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ a.card:focus-visible {
}

.card {
border: 0;
border-top: solid var(--card-border-width) var(--primary-color);
border-radius: calc(8rem / 16);
transition: 0.3s;
Expand Down

0 comments on commit 386410c

Please sign in to comment.