fix(core): ensure GridCardLink fills entire card (#5017)

This commit is contained in:
Chris Swithinbank 2021-02-25 12:46:49 +01:00 committed by GitHub
parent a2be039f08
commit b7f91d7078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,8 @@ const GridCard = styled.li`
const GridCardLink = styled(Link)`
display: block;
height: 100%;
outline-offset: -2px;
&,
&:hover {
background-color: ${colors.foreground};