File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1616}
1717
1818.sidebar-tree  p .indented-block  {
19-   padding :  var (--sidebar-item-spacing-vertical ) var (--sidebar-item-spacing-horizontal ) 0  var (--sidebar-item-spacing-horizontal );
19+   padding :  var (--sidebar-item-spacing-vertical ) var (--sidebar-item-spacing-horizontal ) 0 
20+     var (--sidebar-item-spacing-horizontal );
2021  margin-bottom :  0 ;
2122}
2223
2526  display :  block;
2627}
2728
28- .sidebar-tree  p .indented-block  >  : not (.project-name ) {
29-   font-size :  var (--toc-font-size );
30- }
31- 
3229.sidebar-tree  p .indented-block  .project-name  {
3330  font-size :  var (--sidebar-item-font-size );
3431  font-weight :  bold;
3532  margin-right :  calc (var (--sidebar-item-spacing-horizontal ) /  2.5 );
3633}
3734
35+ .sidebar-tree  .active  {
36+   font-weight :  bold;
37+ }
Original file line number Diff line number Diff line change 1- < div  class ="sidebar-tree projects "> 
1+ < div  class ="sidebar-tree projects "  id =" sidebar-projects " > 
22  < p  class ="caption " role ="heading "> 
33    < span  class ="caption-text "
44      > team git-pull / < a  href ="https://www.git-pull.com/ "> Tony Narlock</ a > </ span 
2929    </ span > 
3030  </ p > 
3131</ div > 
32+ < script  type ="text/javascript "> 
33+ ( ( )  =>  { 
34+   const  sidebar  =  document . getElementById ( "sidebar-projects" ) 
35+   sidebar . querySelectorAll ( `a[href*="${ window . location . hostname }  ) 
36+     . forEach ( ( link )  =>  { 
37+       if  ( ! link . classList . contains ( "active" ) )  { 
38+         const  d  =  document . createElement ( 'span' ) ; 
39+         d . innerHTML  =  link . innerHTML ; 
40+         d . classList . add ( "active" ) ; 
41+         link . parentNode . replaceChild ( d ,  link ) ; 
42+       } 
43+     } ) ; 
44+ } ) ( ) 
45+ </ script > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments