Merge pull request #20662 from overleaf/mf-fix-bs5-nav-tab-li-hover

[web] BS5 CMS - Fix tab nav hover effect (remove underline)

GitOrigin-RevId: fdcb566b63afd567c1cf0ef95e72c66491137f30
This commit is contained in:
M Fahru 2024-09-30 07:02:28 -07:00 committed by Copybot
parent 9ee6954bc1
commit 5b0bf3f915

View file

@ -50,6 +50,7 @@
&:hover {
background-color: var(--neutral-10);
text-decoration: none;
}
&:focus-visible {
@ -63,10 +64,6 @@
border: 0 !important;
border-bottom: 3px solid var(--green-50) !important;
color: var(--neutral-90) !important;
&:hover {
border-bottom: 3px solid var(--green-50) !important;
}
}
}
}