fix: more nesting

pull/108/head
nevfy 2024-02-04 23:35:17 +04:00
parent 4f786bf803
commit 34d991ff50
2 changed files with 18 additions and 22 deletions

View File

@ -88,21 +88,20 @@
}
body {
background-color: whitesmoke;
background-color: $bg-color;
}
a.nav-link.sp-coming-soon {
pointer-events: none;
cursor: default;
color: #616161;
&::after {
content: "Coming soon!";
display: inline-block;
background-color: #616161;
color: $dark;
margin-left: .5rem;
padding: .1rem .5rem;
border-radius: .1rem;
}
}
a.nav-link.sp-coming-soon::after {
content: "Coming soon!";
display: inline-block;
background-color: #616161;
color: $dark;
margin-left: .5rem;
padding: .1rem .5rem;
border-radius: .1rem;
}

View File

@ -7,10 +7,10 @@
.nav-link {
color: $secondary !important;
font-weight: 600;
}
.nav-link:hover, .nav-link.active{
background-color: $gray;
border-radius: 5px;
&:hover, &.nav-link.active{
background-color: $gray;
border-radius: 5px;
}
}
.td-navbar-nav-scroll {
height: unset !important;
@ -32,10 +32,9 @@
ul.ul-2>.td-sidebar-nav__section-title a {
color: $gray !important;
font-weight: 400;
}
ul.ul-2>.td-sidebar-nav__section-title a:hover {
color: $blue !important;
&:hover {
color: $blue !important;
}
}
.td-toc {
@ -55,6 +54,7 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
.tab-pane {
border: 1px solid rgba(0, 0, 0, 0.125) !important;
border-radius: 0px .25rem .25rem .25rem;
max-width: 100% !important;
}
ul li, ol li {
margin-bottom: unset !important;
@ -62,9 +62,6 @@ ul.ul-2>.td-sidebar-nav__section-title a:hover {
div {
transition: none;
}
.tab-pane {
max-width: 100% !important;
}
}
.nav-tabs {