File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5227,9 +5227,9 @@ dependencies = [
5227
5227
5228
5228
[[package ]]
5229
5229
name = " stringdex"
5230
- version = " 0.0.1-alpha2 "
5230
+ version = " 0.0.1-alpha3 "
5231
5231
source = " registry+https://github.com/rust-lang/crates.io-index"
5232
- checksum = " e41326d1a9d50044cda62652768736b37f0933bdf2c44a10d044c7f559a9c81b "
5232
+ checksum = " fab275e0c5212d8a4e4ac60652a5a0dd70d1e7a6341f948cd3f6a1fd294745e1 "
5233
5233
dependencies = [
5234
5234
" stacker" ,
5235
5235
]
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ wait-for: "html:not(.src-sidebar-expanded)"
220
220
// Now we check the same when the sidebar button is moved alongside the search.
221
221
set-window-size: (500, 500)
222
222
store-css: ("#sidebar-button a:hover", {"background-color": not_sidebar_background_hover})
223
- move-cursor-to: "rustdoc-toolbar .settings-menu "
223
+ move-cursor-to: "rustdoc-toolbar #search-button "
224
224
store-css: ("#sidebar-button a:not(:hover)", {"background-color": not_sidebar_background})
225
225
// The sidebar background is supposed to be the same as the main background.
226
226
assert-css: ("body", {"background-color": |not_sidebar_background|})
You can’t perform that action at this time.
0 commit comments