diff options
| author | bors <bors@rust-lang.org> | 2023-12-31 15:32:15 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-12-31 15:32:15 +0000 |
| commit | 67b6975051b83ef2bd28f06e8467470d570aceb3 (patch) | |
| tree | 25dfa410c9db9138f033e13527eff675e492f2f0 /tests/rustdoc-gui/src/theme_css/custom-theme.css | |
| parent | 1c204623386a86d5d6391111b42fc06686374c85 (diff) | |
| parent | 9566db1e496e6a834529e0ffbe3397b0c0d6803a (diff) | |
| download | rust-67b6975051b83ef2bd28f06e8467470d570aceb3.tar.gz rust-67b6975051b83ef2bd28f06e8467470d570aceb3.zip | |
Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=GuillaumeGomez
rustdoc: clean up source sidebar hide button This is a redesign of the feature, with parts pulled from https://github.com/rust-lang/rust/pull/119049 but with a button that looks more like a button and matches the one used on other sidebar pages. Preview: * http://notriddle.com/rustdoc-html-demo-8/source-sidebar-resize/src/std/lib.rs.html * http://notriddle.com/rustdoc-html-demo-8/source-sidebar-resize/std/index.html | | Before | After | |--|--|--| | Closed |  |  | Open |  |  | Mobile Closed |  |  | Mobile Open |  | 
Diffstat (limited to 'tests/rustdoc-gui/src/theme_css/custom-theme.css')
| -rw-r--r-- | tests/rustdoc-gui/src/theme_css/custom-theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/src/theme_css/custom-theme.css b/tests/rustdoc-gui/src/theme_css/custom-theme.css index 49227d9ea11..b7f89d4cf15 100644 --- a/tests/rustdoc-gui/src/theme_css/custom-theme.css +++ b/tests/rustdoc-gui/src/theme_css/custom-theme.css @@ -18,6 +18,7 @@ --code-attribute-color: #999; --toggles-color: #999; --toggle-filter: none; + --mobile-sidebar-menu-filter: none; --search-input-focused-border-color: #66afe9; --copy-path-button-color: #999; --copy-path-img-filter: invert(50%); |
