Skip to content

Commit

Permalink
fix: next-prev click target too small regression (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored Feb 20, 2020
1 parent 466cb2c commit fbf6f46
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,20 @@
}

.link {
padding: 1rem;
padding: 0;
transition: background $duration--fast-02 $carbon--standard-easing;

&:hover {
color: $carbon--white-0;
background: $carbon--gray-80;
cursor: pointer;
}
}

.link a {
padding: 1rem;
text-decoration: none;
display: block;
height: 100%;
color: $carbon--white-0;
}

Expand Down

1 comment on commit fbf6f46

@vercel
Copy link

@vercel vercel bot commented on fbf6f46 Feb 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.