Rollup merge of #106297 - notriddle:notriddle/scrape-help, r=GuillaumeGomez
rustdoc: merge scrape-help CSS
This commit is contained in:
commit
17263f2fa1
1 changed files with 6 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue