We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65930aa commit e9faeeaCopy full SHA for e9faeea
tests/rustdoc-gui/sidebar-source-code-display.goml
@@ -47,14 +47,14 @@ define-function: (
47
// Without hover or focus.
48
assert-css: ("#src-sidebar-toggle > button", {"background-color": |background_toggle|})
49
// With focus.
50
- focus: "#src-sidebar-toggle > button"
+ focus: "#src-sidebar-toggle > button.collapse"
51
assert-css: (
52
"#src-sidebar-toggle > button:focus",
53
{"background-color": |background_toggle_hover|},
54
)
55
focus: ".search-input"
56
// With hover.
57
- move-cursor-to: "#src-sidebar-toggle > button"
+ move-cursor-to: "#src-sidebar-toggle > button.collapse"
58
59
"#src-sidebar-toggle > button:hover",
60
0 commit comments