octopusthink / nautilus

Inclusive, open-source design system and React component library.
https://nautilus.octopusthink.com
MIT License
2 stars 0 forks source link

Link: tighten spacing of underline #218

Closed sarahmonster closed 4 years ago

sarahmonster commented 4 years ago

The underline here is a bit disconnected—and it actually creates an extended line-height on the text here:

Screenshot 2020-04-01 at 01 26 29

Might be better to use a box-shadow and an :after element here, rather than a border-bottom, so we have more control over it. While we're at it, good to look also at how the button equivalent of this is working!