Skip to content

Commit 69027d1

Browse files
committed
fix: css issue in nav
1 parent 70e33db commit 69027d1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/css/custom.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,6 @@ html[data-theme='dark'] {
147147
color: var(--ifm-color-primary);
148148
}
149149

150-
.menu__link--active:is(.theme-doc-sidebar-item-category-level-2 > .menu__list-item-collapsible > .menu__link--sublist) {
151-
font-weight: 600;
152-
transition: color 0.25s;
153-
color: var(--ifm-color-primary);
154-
font-size: 13px;
155-
border-left-style: solid;
156-
border-left-width: 4px;
157-
padding-left: 8px !important;
158-
}
159-
160150
[data-theme='dark'] .theme-doc-sidebar-item-category-level-2:has(> ul.menu__list > li > a.menu__link--active)>.menu__list-item-collapsible>a.menu__link {
161151
border-left-style: none;
162152
border-left-width: 0px;
@@ -323,7 +313,6 @@ h3.description {
323313
}
324314

325315
[data-theme="dark"] #__docusaurus>nav>div.navbar__inner>div.navbar__items.navbar__items--right>a:nth-child(4) {
326-
/* background-color: var(--ifm-color-primary-dark); */
327316
color: var(--ifm-color-emphasis-800);
328317
}
329318

0 commit comments

Comments
 (0)