File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed
Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 4545 height : 100% ;
4646 /* height: var(--height-nav); */
4747 z-index : var (--z-index-nav );
48- border-left : 2px solid # eee ;
48+ /* border-left: 2px solid #eee; */
4949 }
50+
51+ .left-sidebar-menu : before {
52+ position : absolute;
53+ content : '' ;
54+ display : inline-block;
55+ width : 1000% ;
56+ height : 100% ;
57+ background : var (--color-brand-gray7 );
58+ top : 0 ;
59+ z-index : 1 ;
60+ left : -1000% ;
61+ }
62+ /* open this if you need version dropdown with continuous background */
63+
64+ /* .version-control-box:before {
65+ position: absolute;
66+ content: '';
67+ display: inline-block;
68+ width: 1000%;
69+ height: 100%;
70+ background: var(--color-brand-gray6);
71+ top: 0;
72+ z-index: 11;
73+ left: -1000%;
74+ } */
75+
5076}
5177
5278.nav-menu .nav-link ,
@@ -481,8 +507,6 @@ a.menu-expand-toggle {
481507 top : var (--height-to-body );
482508 margin-bottom : 1.5rem ;
483509 /* height: var(--height-nav); */
484- border-left : 2px solid # eee ;
485- border-right : 2px solid # eee ;
486510 }
487511
488512 .nav-control {
You can’t perform that action at this time.
0 commit comments