@@ -352,7 +352,7 @@ pre.item-decl {
352
352
.source .content pre {
353
353
padding : 20px ;
354
354
}
355
- .rustdoc .source .example-wrap > pre .src-line-numbers {
355
+ .rustdoc .source .example-wrap pre .src-line-numbers {
356
356
padding : 20px 0 20px 4px ;
357
357
}
358
358
@@ -537,17 +537,17 @@ ul.block, .block li {
537
537
margin-bottom : 0px ;
538
538
}
539
539
540
- .rustdoc .example-wrap > pre {
540
+ .rustdoc .example-wrap pre {
541
541
margin : 0 ;
542
542
flex-grow : 1 ;
543
543
}
544
544
545
- .rustdoc : not (.source ) .example-wrap > pre {
545
+ .rustdoc : not (.source ) .example-wrap pre {
546
546
overflow : auto hidden;
547
547
}
548
548
549
- .rustdoc .example-wrap > pre .example-line-numbers ,
550
- .rustdoc .example-wrap > pre .src-line-numbers {
549
+ .rustdoc .example-wrap pre .example-line-numbers ,
550
+ .rustdoc .example-wrap pre .src-line-numbers {
551
551
flex-grow : 0 ;
552
552
min-width : fit-content; /* prevent collapsing into nothing in truncated scraped examples */
553
553
overflow : initial;
@@ -558,7 +558,7 @@ ul.block, .block li {
558
558
color : var (--src-line-numbers-span-color );
559
559
}
560
560
561
- .rustdoc .example-wrap > pre .src-line-numbers {
561
+ .rustdoc .example-wrap pre .src-line-numbers {
562
562
padding : 14px 0 ;
563
563
}
564
564
.src-line-numbers a , .src-line-numbers span {
@@ -706,7 +706,7 @@ h2.small-section-header > .anchor {
706
706
}
707
707
708
708
.main-heading a : hover ,
709
- .example-wrap > .rust a : hover ,
709
+ .example-wrap .rust a : hover ,
710
710
.all-items a : hover ,
711
711
.docblock a : not (.test-arrow ): not (.scrape-help ): not (.tooltip ): hover ,
712
712
.docblock-short a : not (.test-arrow ): not (.scrape-help ): not (.tooltip ): hover ,
0 commit comments