mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
9ee6954bc1
commit
5b0bf3f915
1 changed files with 1 additions and 4 deletions
|
@ -50,6 +50,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--neutral-10);
|
background-color: var(--neutral-10);
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
|
@ -63,10 +64,6 @@
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
border-bottom: 3px solid var(--green-50) !important;
|
border-bottom: 3px solid var(--green-50) !important;
|
||||||
color: var(--neutral-90) !important;
|
color: var(--neutral-90) !important;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
border-bottom: 3px solid var(--green-50) !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue