Skip to content

Commit

Permalink
Merge pull request #130 from swiss/bugfix/flat-card-hover
Browse files Browse the repository at this point in the history
fix(flat-card): remove flat card hover effect
  • Loading branch information
satefan authored Nov 1, 2024
2 parents 249927b + c2a2691 commit dcc80d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/components/card.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
}

a::after,
btn::after {
.btn::after {
content: '';
@apply border-opacity-0;
}
}
Expand All @@ -113,6 +114,11 @@
.card__footer__action {
@apply mt-4;
}

a::after,
.btn::after {
@apply border-0;
}
}

/* card--flat is extended for .search-result items */
Expand Down

0 comments on commit dcc80d2

Please sign in to comment.