mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: tab hover
This commit is contained in:
parent
bb21516e55
commit
24155de39c
|
@ -220,6 +220,14 @@ a.nav-link.sp-coming-soon::after {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-tabs a:not(.active).nav-link:hover {
|
||||||
|
background-color: #0d6efd11;
|
||||||
|
}
|
||||||
|
|
||||||
.td-content ul li, .td-content ol li {
|
.td-content ul li, .td-content ol li {
|
||||||
margin-bottom: unset !important;
|
margin-bottom: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab-content div {
|
||||||
|
transition: none;
|
||||||
}
|
}
|
Loading…
Reference in a new issue