@@ -403,22 +403,22 @@ pre.ignore:hover, .information:hover + pre.ignore {
403
403
border-color : # 5c6773 ;
404
404
}
405
405
406
- # titles > div .selected {
406
+ # titles > button .selected {
407
407
background-color : # 141920 !important ;
408
408
border-bottom : 1px solid # ffb44c !important ;
409
409
border-top : none;
410
410
}
411
411
412
- # titles > div : not (.selected ) {
412
+ # titles > button : not (.selected ) {
413
413
background-color : transparent !important ;
414
414
border : none;
415
415
}
416
416
417
- # titles > div : hover {
417
+ # titles > button : hover {
418
418
border-bottom : 1px solid rgba (242 , 151 , 24 , 0.3 );
419
419
}
420
420
421
- # titles > div > div .count {
421
+ # titles > button > div .count {
422
422
color : # 888 ;
423
423
}
424
424
@@ -434,7 +434,7 @@ above the `@media (max-width: 700px)` rules due to a bug in the css checker */
434
434
.block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
435
435
.content .highlighted .trait {}
436
436
.content span .struct , .content a .struct , .block a .current .struct {}
437
- # titles > div : hover , # titles > div .selected {}
437
+ # titles > button : hover , # titles > button .selected {}
438
438
.content .highlighted .traitalias {}
439
439
.content span .type , .content a .type , .block a .current .type {}
440
440
.content span .union , .content a .union , .block a .current .union {}
0 commit comments