mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
Rollup merge of #106297 - notriddle:notriddle/scrape-help, r=GuillaumeGomez
rustdoc: merge scrape-help CSS
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user