fix: tab hover

This commit is contained in:
nevfy 2024-02-04 22:25:41 +04:00
parent bb21516e55
commit 24155de39c
1 changed files with 8 additions and 0 deletions

View File

@ -220,6 +220,14 @@ a.nav-link.sp-coming-soon::after {
border: none !important;
}
.nav-tabs a:not(.active).nav-link:hover {
background-color: #0d6efd11;
}
.td-content ul li, .td-content ol li {
margin-bottom: unset !important;
}
.tab-content div {
transition: none;
}