File tree 4 files changed +11
-12
lines changed
src/librustdoc/html/static/css
4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -2035,8 +2035,6 @@ details.rustdoc-toggle[open] > summary.hideme::after {
2035
2035
/* Begin: styles for --scrape-examples feature */
2036
2036
2037
2037
.scraped-example-list .section-header .scrape-help {
2038
- cursor : pointer;
2039
- border-radius : 2px ;
2040
2038
margin-left : 10px ;
2041
2039
padding : 0 4px ;
2042
2040
font-weight : normal;
@@ -2046,6 +2044,7 @@ details.rustdoc-toggle[open] > summary.hideme::after {
2046
2044
background : transparent;
2047
2045
border-width : 1px ;
2048
2046
border-style : solid;
2047
+ border-radius : 50px ;
2049
2048
}
2050
2049
2051
2050
.scraped-example-title {
Original file line number Diff line number Diff line change @@ -613,12 +613,12 @@ input:checked + .slider {
613
613
614
614
615
615
.scraped-example-list .section-header .scrape-help {
616
- border-color : # 999 ;
617
- color : # 999 ;
616
+ border-color : # aaa ;
617
+ color : # eee ;
618
618
}
619
619
.scraped-example-list .section-header .scrape-help : hover {
620
- border-color : # c5c5c5 ;
621
- color : # c5c5c5 ;
620
+ border-color : white ;
621
+ color : white ;
622
622
}
623
623
.more-examples-toggle summary , .more-examples-toggle .hide-more {
624
624
color : # 999 ;
Original file line number Diff line number Diff line change @@ -479,12 +479,12 @@ div.files > .selected {
479
479
}
480
480
481
481
.scraped-example-list .section-header .scrape-help {
482
- border-color : # 999 ;
483
- color : # 999 ;
482
+ border-color : # aaa ;
483
+ color : # eee ;
484
484
}
485
485
.scraped-example-list .section-header .scrape-help : hover {
486
- border-color : # c5c5c5 ;
487
- color : # c5c5c5 ;
486
+ border-color : white ;
487
+ color : white ;
488
488
}
489
489
.more-examples-toggle summary , .more-examples-toggle .hide-more {
490
490
color : # 999 ;
Original file line number Diff line number Diff line change @@ -464,8 +464,8 @@ div.files > .selected {
464
464
}
465
465
466
466
.scraped-example-list .section-header .scrape-help {
467
- border-color : # 999 ;
468
- color : # 999 ;
467
+ border-color : # 555 ;
468
+ color : # 333 ;
469
469
}
470
470
.scraped-example-list .section-header .scrape-help : hover {
471
471
border-color : black;
You can’t perform that action at this time.
0 commit comments