fix(core): ensure GridCardLink fills entire card (#5017)
This commit is contained in:
parent
a2be039f08
commit
b7f91d7078
@ -36,6 +36,8 @@ const GridCard = styled.li`
|
|||||||
|
|
||||||
const GridCardLink = styled(Link)`
|
const GridCardLink = styled(Link)`
|
||||||
display: block;
|
display: block;
|
||||||
|
height: 100%;
|
||||||
|
outline-offset: -2px;
|
||||||
&,
|
&,
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: ${colors.foreground};
|
background-color: ${colors.foreground};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user