File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 168168 color : var (--brand-color-gray1 );
169169}
170170
171- .nav-item .nav-line [data-depth = "0" ] > .nav-text {
171+ .nav-item .nav-line [data-depth = "0" ] > .nav-text ,
172+ .nav-item .nav-line [data-depth = "0" ] > .nav-link {
172173 font-size : 1.25rem ;
173174 line-height : 1.75rem ;
174175 font-weight : var (--weight-semibold );
Original file line number Diff line number Diff line change 134134 setTimeout ( function ( ) {
135135 if ( nav . innerText === '' ) {
136136 nav . classList . add ( 'hide-nav' )
137+ } else {
138+ nav . classList . add ( 'show-nav' )
137139 }
138- } , 100 )
140+ } , 2000 )
139141 // has children in li
140142 // $('ul.nav-list li.nav-item ul.nav-list .nav-item').has('ul.nav-list').addClass('has-children')
141143 function concealEvent ( e ) {
You can’t perform that action at this time.
0 commit comments