octopusthink / nautilus

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

fix: Improve Link behaviour #219

Closed sarahmonster closed 4 years ago

sarahmonster commented 4 years ago

This fixes a couple of little things, namely links in paragraphs messing with line-heights (#218) and generally looking a bit awkward, and the external link indication being way too agressive (#217). It switches from using a border-bottom for the link to an actual text decoration, (who knew!) because it's a bit smarter that way.

Before:

Screenshot 2020-04-03 at 18 32 05 Screenshot 2020-04-03 at 18 30 08

After:

Screenshot 2020-04-03 at 18 32 16 Screenshot 2020-04-03 at 18 31 54

Fix #217, fix #218.