Skip to content

Commit b36ab52

Browse files
committed
Fix language-drop style when in left nav
1 parent a854cb3 commit b36ab52

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

assets/scss/_sidebar-tree.scss

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
list-style: none;
4040
}
4141

42-
&.ul-0, ul {
42+
&.ul-0,
43+
ul {
4344
padding: 0;
4445
margin: 0;
4546
}
@@ -87,14 +88,9 @@
8788
}
8889
}
8990

90-
.dropdown {
91-
a {
92-
color: var(--bs-tertiary-color);
93-
}
94-
95-
.nav-link {
96-
padding: 0 0 1rem;
97-
}
91+
.dropdown .nav-link {
92+
padding-left: 1.5rem;
93+
margin-bottom: 0.5rem;
9894
}
9995

10096
& > .td-sidebar-nav__section {

0 commit comments

Comments
 (0)