rustdoc: merge scrape-help CSS

This commit is contained in:
Michael Howell 2022-12-30 10:43:06 -07:00
parent 7c991868c6
commit ac0bb74adb

View File

@ -1865,9 +1865,13 @@ in storage.js
font-size: 12px;
position: relative;
bottom: 1px;
border-width: 1px;
border-style: solid;
border: 1px solid var(--scrape-example-help-border-color);
border-radius: 50px;
color: var(--scrape-example-help-color);
}
.scraped-example-list .scrape-help:hover {
border-color: var(--scrape-example-help-hover-border-color);
color: var(--scrape-example-help-hover-color);
}
.scraped-example {
@ -1959,14 +1963,6 @@ in storage.js
.scraped-example .example-wrap .rust span.highlight.focus {
background: var(--scrape-example-code-line-highlight-focus);
}
.scraped-example-list .scrape-help {
border-color: var(--scrape-example-help-border-color);
color: var(--scrape-example-help-color);
}
.scraped-example-list .scrape-help:hover {
border-color: var(--scrape-example-help-hover-border-color);
color: var(--scrape-example-help-hover-color);
}
.more-examples-toggle {
max-width: calc(100% + 25px);