File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
packages/docs/.vitepress/theme Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -67,21 +67,6 @@ html:not(.dark) .VPSidebar {
67
67
--vp-c-brand-1 : var (--vp-c-brand-3 );
68
68
}
69
69
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
-
85
70
/* Custom styling for quoting error messages and warnings. This might be better as a custom container, once they're supported */
86
71
blockquote .quote-code-error {
87
72
background-color : var (--vp-custom-block-warning-bg );
You can’t perform that action at this time.
0 commit comments