We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bdc42 commit 1941764Copy full SHA for 1941764
src/test/rustdoc-gui/sidebar-mobile.goml
@@ -13,7 +13,7 @@ click: ".sidebar-menu"
13
assert-css: (".sidebar-elems", {"display": "block", "left": "-246px"})
14
// Force the sidebar open by focusing a link inside it.
15
// This makes it easier for keyboard users to get to it.
16
-focus: ".sidebar-title"
+focus: ".sidebar-title a"
17
assert-css: (".sidebar-elems", {"display": "block", "left": "0px"})
18
// When we tab out of the sidebar, close it.
19
focus: ".search-input"
0 commit comments