mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
rustdoc cleanup: remove unused function
This commit is contained in:
parent
2852443f48
commit
1f621fba2d
@ -635,7 +635,7 @@ kbd {
|
||||
background-color: #14191f;
|
||||
color: #ffb44c;
|
||||
}
|
||||
#source-sidebar div.files > .selected {
|
||||
#source-sidebar div.files > a.selected {
|
||||
background-color: #14191f;
|
||||
color: #ffb44c;
|
||||
}
|
||||
|
@ -504,7 +504,7 @@ kbd {
|
||||
#source-sidebar div.files > a:focus, details.dir-entry summary:focus {
|
||||
background-color: #444;
|
||||
}
|
||||
#source-sidebar div.files > .selected {
|
||||
#source-sidebar div.files > a.selected {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
|
@ -488,10 +488,9 @@ kbd {
|
||||
#source-sidebar div.files > a:focus, details.dir-entry summary:focus {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
#source-sidebar div.files > .selected {
|
||||
#source-sidebar div.files > a.selected {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.scraped-example-list .scrape-help {
|
||||
border-color: #555;
|
||||
color: #333;
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* global sourcesIndex */
|
||||
|
||||
// Local js definitions:
|
||||
/* global addClass, getCurrentValue, hasClass, onEachLazy, removeClass, browserSupportsHistoryApi */
|
||||
/* global addClass, getCurrentValue, onEachLazy, removeClass, browserSupportsHistoryApi */
|
||||
/* global updateLocalStorage */
|
||||
|
||||
"use strict";
|
||||
|
Loading…
Reference in New Issue
Block a user