Open cpsievert opened 1 year ago
Can you just elaborate the issue more??
@cpsievert the .nav-underline currently works only with .active in .nav-link
Hi! I’d like to work on this issue. Can you assign it to me?
Hi @DarkLordGeo We don't assign issues in this repo. I'm going to hide both our comments for readability of the issue.
Prerequisites
Proposal
Currently, if you add
.nav-underline
to a.navbar-nav
, the underline styling won't line up with the bottom-border of the.navbar
. For example:https://stackblitz.com/edit/zugc1m?file=index.html
It'd be great if the underline styling applied to each
.nav-link
was aligned with bottom of the.navbar
container.Motivation and context
Most underlined styled navigation I see nowadays tends to align the underline styling with the bottom of a
.navbar
-like container.