@@ -403,22 +403,22 @@ pre.ignore:hover, .information:hover + pre.ignore {
403403 border-color : # 5c6773 ;
404404}
405405
406- # titles > div .selected {
406+ # titles > button .selected {
407407 background-color : # 141920 !important ;
408408 border-bottom : 1px solid # ffb44c !important ;
409409 border-top : none;
410410}
411411
412- # titles > div : not (.selected ) {
412+ # titles > button : not (.selected ) {
413413 background-color : transparent !important ;
414414 border : none;
415415}
416416
417- # titles > div : hover {
417+ # titles > button : hover {
418418 border-bottom : 1px solid rgba (242 , 151 , 24 , 0.3 );
419419}
420420
421- # titles > div > div .count {
421+ # titles > button > div .count {
422422 color : # 888 ;
423423}
424424
@@ -434,7 +434,7 @@ above the `@media (max-width: 700px)` rules due to a bug in the css checker */
434434.block a .current .derive , .content span .macro , .content a .macro , .block a .current .macro {}
435435.content .highlighted .trait {}
436436.content span .struct , .content a .struct , .block a .current .struct {}
437- # titles > div : hover , # titles > div .selected {}
437+ # titles > button : hover , # titles > button .selected {}
438438.content .highlighted .traitalias {}
439439.content span .type , .content a .type , .block a .current .type {}
440440.content span .union , .content a .union , .block a .current .union {}
0 commit comments