Skip to content

Commit 59794f1

Browse files
committed
Remove some custom CSS from the main docs sidebar
1 parent 0c0490d commit 59794f1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

packages/docs/.vitepress/theme/custom.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,6 @@ html:not(.dark) .VPSidebar {
6767
--vp-c-brand-1: var(--vp-c-brand-3);
6868
}
6969

70-
/* Put arrows next to the sidebar items, otherwise the wrapping makes them difficult to read */
71-
.VPSidebarItem.level-1 .VPLink::before {
72-
border: 3px solid transparent;
73-
border-left: 4px solid var(--vp-c-text-2);
74-
border-right: none;
75-
content: "";
76-
left: -10px;
77-
position: absolute;
78-
top: 13px;
79-
}
80-
81-
.VPSidebarItem.level-1.is-active .VPLink::before {
82-
border-left-color: var(--vp-c-brand-1);
83-
}
84-
8570
/* Custom styling for quoting error messages and warnings. This might be better as a custom container, once they're supported */
8671
blockquote.quote-code-error {
8772
background-color: var(--vp-custom-block-warning-bg);

0 commit comments

Comments
 (0)