File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 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 {
20352035/* Begin: styles for --scrape-examples feature */
20362036
20372037.scraped-example-list .section-header .scrape-help {
2038- cursor : pointer;
2039- border-radius : 2px ;
20402038 margin-left : 10px ;
20412039 padding : 0 4px ;
20422040 font-weight : normal;
@@ -2046,6 +2044,7 @@ details.rustdoc-toggle[open] > summary.hideme::after {
20462044 background : transparent;
20472045 border-width : 1px ;
20482046 border-style : solid;
2047+ border-radius : 50px ;
20492048}
20502049
20512050.scraped-example-title {
Original file line number Diff line number Diff line change @@ -613,12 +613,12 @@ input:checked + .slider {
613613
614614
615615.scraped-example-list .section-header .scrape-help {
616- border-color : # 999 ;
617- color : # 999 ;
616+ border-color : # aaa ;
617+ color : # eee ;
618618}
619619.scraped-example-list .section-header .scrape-help : hover {
620- border-color : # c5c5c5 ;
621- color : # c5c5c5 ;
620+ border-color : white ;
621+ color : white ;
622622}
623623.more-examples-toggle summary , .more-examples-toggle .hide-more {
624624 color : # 999 ;
Original file line number Diff line number Diff line change @@ -479,12 +479,12 @@ div.files > .selected {
479479}
480480
481481.scraped-example-list .section-header .scrape-help {
482- border-color : # 999 ;
483- color : # 999 ;
482+ border-color : # aaa ;
483+ color : # eee ;
484484}
485485.scraped-example-list .section-header .scrape-help : hover {
486- border-color : # c5c5c5 ;
487- color : # c5c5c5 ;
486+ border-color : white ;
487+ color : white ;
488488}
489489.more-examples-toggle summary , .more-examples-toggle .hide-more {
490490 color : # 999 ;
Original file line number Diff line number Diff line change @@ -464,8 +464,8 @@ div.files > .selected {
464464}
465465
466466.scraped-example-list .section-header .scrape-help {
467- border-color : # 999 ;
468- color : # 999 ;
467+ border-color : # 555 ;
468+ color : # 333 ;
469469}
470470.scraped-example-list .section-header .scrape-help : hover {
471471 border-color : black;
You can’t perform that action at this time.
0 commit comments