diff options
| author | Michael Howell <michael@notriddle.com> | 2023-12-19 18:22:38 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-12-19 19:50:53 -0700 |
| commit | 9566db1e496e6a834529e0ffbe3397b0c0d6803a (patch) | |
| tree | c02e35b8e22b471122e5969ab119bddad0a55203 /tests/rustdoc-gui/src/theme_css | |
| parent | 34984a68300ac3e68f2d5ebc1f15b7bf46faf9b0 (diff) | |
| download | rust-9566db1e496e6a834529e0ffbe3397b0c0d6803a.tar.gz rust-9566db1e496e6a834529e0ffbe3397b0c0d6803a.zip | |
Fix corner cases when dealing with mobile mode
Diffstat (limited to 'tests/rustdoc-gui/src/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%); |
