@@ -247,6 +247,10 @@ th {
247
247
box-sizing : border-box;
248
248
}
249
249
250
+ # sideMenu2 a : hover {
251
+ color : var (--link-hover-fg );
252
+ }
253
+
250
254
# sideMenu2 a span : not (.micon ) {
251
255
margin-right : 0.75ex ;
252
256
text-indent : -1.5em ;
@@ -274,7 +278,7 @@ span.ar {
274
278
}
275
279
276
280
span .ar ::before {
277
- content : "\e903 " ; /* arrow down */
281
+ content : "\e904 " ; /* arrow right */
278
282
font-family : "dotty-icons" !important ;
279
283
font-size : 20px ;
280
284
color : var (--icon-color );
@@ -283,8 +287,8 @@ span.ar::before {
283
287
align-items : center;
284
288
justify-content : center;
285
289
}
286
- .expanded > span .ar ::before {
287
- content : "\e905 " ; /* arrow up */
290
+ .nav-item . expanded > . nav-header > span .ar ::before {
291
+ content : "\e903 " ; /* arrow down */
288
292
}
289
293
290
294
.div : hover > span .ar ::before {
@@ -599,7 +603,7 @@ footer .mode {
599
603
600
604
.documentableElement .signature {
601
605
color : var (--code-fg );
602
- display : table-cell ;
606
+ display : table-row ;
603
607
white-space : pre-wrap;
604
608
}
605
609
@@ -623,7 +627,7 @@ footer .mode {
623
627
}
624
628
625
629
.expand .signature {
626
- display : table-cell ;
630
+ display : table-row ;
627
631
}
628
632
629
633
.documentableFilter {
@@ -685,10 +689,23 @@ footer .mode {
685
689
display : none;
686
690
}
687
691
692
+ .documentableElement : before {
693
+ content : ' ' ;
694
+ position : absolute;
695
+ width : 32px ;
696
+ height : 100% ;
697
+ top : 0px ;
698
+ left : -32px ;
699
+ }
700
+
688
701
.documentableElement : hover .documentableAnchor : before {
689
702
display : flex;
690
703
}
691
704
705
+ .documentableElement ::before : hover .documentableAnchor : before {
706
+ display : flex;
707
+ }
708
+
692
709
.documentableAnchor : before {
693
710
content : "\e901" ; /* arrow down */
694
711
font-family : "dotty-icons" !important ;
@@ -701,7 +718,7 @@ footer .mode {
701
718
justify-content : center;
702
719
position : absolute;
703
720
top : 6px ;
704
- margin- left: 0.2 em ;
721
+ left : -32 px ;
705
722
}
706
723
707
724
.memberDocumentation {
0 commit comments