Rollup merge of #106297 - notriddle:notriddle/scrape-help, r=GuillaumeGomez

rustdoc: merge scrape-help CSS
This commit is contained in:
Matthias Krüger 2022-12-31 23:51:34 +01:00 committed by GitHub
commit 17263f2fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1861,9 +1861,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 {
@ -1955,14 +1959,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);