about summary refs log tree commit diff
path: root/tests/rustdoc-gui/src/theme_css/custom-theme.css
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-24 06:02:43 +0000
committerbors <bors@rust-lang.org>2024-09-24 06:02:43 +0000
commit4cadeda932d5c261a9a0b1bbd25c4486e4e0a4c6 (patch)
tree661cc7d8f6423f0caa9628e648059f6dadab121f /tests/rustdoc-gui/src/theme_css/custom-theme.css
parentf5cd2c5888011d4d80311e5b771c6da507d860dd (diff)
parent64aa4c6e2546b88de8dbb098158839b30dc04ac6 (diff)
Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errors
Rollup of 7 pull requests

Successful merges:

 - #129545 (rustdoc: redesign toolbar and disclosure widgets)
 - #130618 (Skip query in get_parent_item when possible.)
 - #130727 (Check vtable projections for validity in miri)
 - #130750 (Add new Tier-3 target: `loongarch64-unknown-linux-ohos`)
 - #130758 (Revert "Add recursion limit to FFI safety lint")
 - #130759 (Update books)
 - #130762 (stabilize const_intrinsic_copy)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'tests/rustdoc-gui/src/theme_css/custom-theme.css')
-rw-r--r--tests/rustdoc-gui/src/theme_css/custom-theme.css2
1 files changed, 2 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 366f09f22b2..5ea5009fb2e 100644
--- a/tests/rustdoc-gui/src/theme_css/custom-theme.css
+++ b/tests/rustdoc-gui/src/theme_css/custom-theme.css
@@ -52,6 +52,8 @@
 	--search-tab-button-selected-border-top-color: #0089ff;
 	--search-tab-button-selected-background: #fff;
 	--settings-menu-filter: none;
+	--settings-menu-hover-filter: invert(35%);
+	--settings-menu-disabled-filter: invert(14%) sepia(11%) saturate(14%) hue-rotate(337deg);
 	--stab-background-color: #fff5d6;
 	--stab-code-color: #000;
 	--code-highlight-kw-color: #8959a8;