mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user