mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
rustdoc cleanup: remove unused function
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user