Skip to content

Commit

Permalink
Remove text decoration on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarol committed Dec 17, 2024
1 parent e4f86f8 commit 8689f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eds/blocks/cards/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@

.cards.simple a:is(:hover, :focus, :active) {
border-inline-start: 3px solid var(--calcite-ui-brand);
text-decoration: none;
}

.cards.centered { text-align: center; }
Expand Down

0 comments on commit 8689f3d

Please sign in to comment.