Skip to content

Commit c2d2f06

Browse files
committed
card: don't highlight card when sublink hovered
1 parent b5eb0e4 commit c2d2f06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dotcom-rendering/src/components/Card/components/CardWrapper.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ const sublinkHoverStyles = css`
5959
.card-headline .show-underline {
6060
text-decoration: none;
6161
}
62+
.image-overlay {
63+
background-color: transparent;
64+
}
6265
}
6366
`;
6467

0 commit comments

Comments
 (0)