@@ -348,7 +348,7 @@ pre.item-decl {
348
348
.source .content pre {
349
349
padding : 20px ;
350
350
}
351
- .rustdoc .source .example-wrap > pre .src-line-numbers {
351
+ .rustdoc .source .example-wrap pre .src-line-numbers {
352
352
padding : 20px 0 20px 4px ;
353
353
}
354
354
@@ -533,17 +533,17 @@ ul.block, .block li {
533
533
margin-bottom : 0px ;
534
534
}
535
535
536
- .rustdoc .example-wrap > pre {
536
+ .rustdoc .example-wrap pre {
537
537
margin : 0 ;
538
538
flex-grow : 1 ;
539
539
}
540
540
541
- .rustdoc : not (.source ) .example-wrap > pre {
541
+ .rustdoc : not (.source ) .example-wrap pre {
542
542
overflow : auto hidden;
543
543
}
544
544
545
- .rustdoc .example-wrap > pre .example-line-numbers ,
546
- .rustdoc .example-wrap > pre .src-line-numbers {
545
+ .rustdoc .example-wrap pre .example-line-numbers ,
546
+ .rustdoc .example-wrap pre .src-line-numbers {
547
547
flex-grow : 0 ;
548
548
min-width : fit-content; /* prevent collapsing into nothing in truncated scraped examples */
549
549
overflow : initial;
@@ -554,7 +554,7 @@ ul.block, .block li {
554
554
color : var (--src-line-numbers-span-color );
555
555
}
556
556
557
- .rustdoc .example-wrap > pre .src-line-numbers {
557
+ .rustdoc .example-wrap pre .src-line-numbers {
558
558
padding : 14px 0 ;
559
559
}
560
560
.src-line-numbers a , .src-line-numbers span {
@@ -702,7 +702,7 @@ h2.small-section-header > .anchor {
702
702
}
703
703
704
704
.main-heading a : hover ,
705
- .example-wrap > .rust a : hover ,
705
+ .example-wrap .rust a : hover ,
706
706
.all-items a : hover ,
707
707
.docblock a : not (.test-arrow ): not (.scrape-help ): not (.tooltip ): hover ,
708
708
.docblock-short a : not (.test-arrow ): not (.scrape-help ): not (.tooltip ): hover ,
0 commit comments