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 = [
52275227
52285228[[package ]]
52295229name = " stringdex"
5230- version = " 0.0.1-alpha2 "
5230+ version = " 0.0.1-alpha3 "
52315231source = " registry+https://github.com/rust-lang/crates.io-index"
5232- checksum = " e41326d1a9d50044cda62652768736b37f0933bdf2c44a10d044c7f559a9c81b "
5232+ checksum = " fab275e0c5212d8a4e4ac60652a5a0dd70d1e7a6341f948cd3f6a1fd294745e1 "
52335233dependencies = [
52345234 " stacker" ,
52355235]
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ wait-for: "html:not(.src-sidebar-expanded)"
220220// Now we check the same when the sidebar button is moved alongside the search.
221221set-window-size: (500, 500)
222222store-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 "
224224store-css: ("#sidebar-button a:not(:hover)", {"background-color": not_sidebar_background})
225225// The sidebar background is supposed to be the same as the main background.
226226assert-css: ("body", {"background-color": |not_sidebar_background|})
You can’t perform that action at this time.
0 commit comments