Skip to content

Commit 87f3b55

Browse files
authored
Merge pull request #15041 from guardian/fix-hover-over-galleries-byline
Fix hover in galleries contributor
2 parents e1855fb + 6659a0e commit 87f3b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/Contributor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const galleryBylineStyles = css`
3535
a {
3636
font-style: italic;
3737
:hover {
38-
text-decoration: none;
38+
text-decoration: underline;
3939
border-color: ${schemedPalette('--byline-anchor')};
4040
}
4141
}

0 commit comments

Comments
 (0)