]> git.lizzy.rs Git - rust.git/commit
rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle
authorMichael Howell <michael@notriddle.com>
Tue, 10 Jan 2023 18:35:37 +0000 (11:35 -0700)
committerMichael Howell <michael@notriddle.com>
Fri, 13 Jan 2023 19:38:03 +0000 (12:38 -0700)
commit1d328de3ec00bc5d204306da20cc166e5ae8857d
tree3c517108a2e3948d6e5b72bf6b9d2422b177813e
parent0b90256ada21c6a81b4c18f2c7a23151ab5fc232
rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle

This swaps things around so that the class that gets used more often has
the shorter name.
19 files changed:
src/librustdoc/html/render/mod.rs
src/librustdoc/html/render/print_item.rs
src/librustdoc/html/static/css/rustdoc.css
src/librustdoc/html/static/css/settings.css
src/librustdoc/html/static/js/main.js
src/librustdoc/html/static/js/settings.js
tests/rustdoc-gui/method-margins.goml
tests/rustdoc-gui/settings.goml
tests/rustdoc-gui/toggle-click-deadspace.goml
tests/rustdoc-gui/toggle-docs.goml
tests/rustdoc-gui/toggled-open-implementations.goml
tests/rustdoc/issue-41783.rs
tests/rustdoc/local-reexport-doc.rs
tests/rustdoc/mixing-doc-comments-and-attrs.rs
tests/rustdoc/multiple-import-levels.rs
tests/rustdoc/strip-block-doc-comments-stars.rs
tests/rustdoc/toggle-item-contents.rs
tests/rustdoc/toggle-method.rs
tests/rustdoc/toggle-trait-fn.rs