@@ -10,8 +10,8 @@ local-storage: {"rustdoc-theme": "light", "rustdoc-use-system-theme": "false"}
10
10
reload:
11
11
12
12
assert-css: ("#toggle-all-docs", {"color": "rgb(0, 0, 0)"})
13
- assert-css: (".fqn .in-band a:nth-of-type(1)", {"color": "rgb(0, 0, 0)"})
14
- assert-css: (".fqn .in-band a:nth-of-type(2)", {"color": "rgb(173, 55, 138)"})
13
+ assert-css: (".fqn a:nth-of-type(1)", {"color": "rgb(0, 0, 0)"})
14
+ assert-css: (".fqn a:nth-of-type(2)", {"color": "rgb(173, 55, 138)"})
15
15
assert-css: (
16
16
".rightside .srclink",
17
17
{"color": "rgb(56, 115, 173)", "text-decoration": "none solid rgb(56, 115, 173)"},
@@ -41,7 +41,7 @@ goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
41
41
assert-css: ("#top-doc-prose-title", {"color": "rgb(0, 0, 0)"})
42
42
43
43
assert-css: (".sidebar a", {"color": "rgb(53, 109, 164)"})
44
- assert-css: (".in-band a", {"color": "rgb(0, 0, 0)"})
44
+ assert-css: ("h1.fqn a", {"color": "rgb(0, 0, 0)"})
45
45
46
46
// We move the cursor over the "Implementations" title so the anchor is displayed.
47
47
move-cursor-to: "h2#implementations"
@@ -60,8 +60,8 @@ local-storage: {"rustdoc-theme": "dark", "rustdoc-use-system-theme": "false"}
60
60
goto: file://|DOC_PATH|/staged_api/struct.Foo.html
61
61
62
62
assert-css: ("#toggle-all-docs", {"color": "rgb(221, 221, 221)"})
63
- assert-css: (".fqn .in-band a:nth-of-type(1)", {"color": "rgb(221, 221, 221)"})
64
- assert-css: (".fqn .in-band a:nth-of-type(2)", {"color": "rgb(45, 191, 184)"})
63
+ assert-css: (".fqn a:nth-of-type(1)", {"color": "rgb(221, 221, 221)"})
64
+ assert-css: (".fqn a:nth-of-type(2)", {"color": "rgb(45, 191, 184)"})
65
65
assert-css: (
66
66
".rightside .srclink",
67
67
{"color": "rgb(210, 153, 29)", "text-decoration": "none solid rgb(210, 153, 29)"},
@@ -91,7 +91,7 @@ goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
91
91
assert-css: ("#top-doc-prose-title", {"color": "rgb(221, 221, 221)"})
92
92
93
93
assert-css: (".sidebar a", {"color": "rgb(253, 191, 53)"})
94
- assert-css: (".in-band a", {"color": "rgb(221, 221, 221)"})
94
+ assert-css: ("h1.fqn a", {"color": "rgb(221, 221, 221)"})
95
95
96
96
// We move the cursor over the "Implementations" title so the anchor is displayed.
97
97
move-cursor-to: "h2#implementations"
@@ -110,8 +110,8 @@ local-storage: {"rustdoc-theme": "ayu", "rustdoc-use-system-theme": "false"}
110
110
goto: file://|DOC_PATH|/staged_api/struct.Foo.html
111
111
112
112
assert-css: ("#toggle-all-docs", {"color": "rgb(197, 197, 197)"})
113
- assert-css: (".fqn .in-band a:nth-of-type(1)", {"color": "rgb(255, 255, 255)"})
114
- assert-css: (".fqn .in-band a:nth-of-type(2)", {"color": "rgb(255, 160, 165)"})
113
+ assert-css: (".fqn a:nth-of-type(1)", {"color": "rgb(255, 255, 255)"})
114
+ assert-css: (".fqn a:nth-of-type(2)", {"color": "rgb(255, 160, 165)"})
115
115
assert-css: (
116
116
".rightside .srclink",
117
117
{"color": "rgb(57, 175, 215)", "text-decoration": "none solid rgb(57, 175, 215)"},
@@ -141,7 +141,7 @@ goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
141
141
assert-css: ("#top-doc-prose-title", {"color": "rgb(255, 255, 255)"})
142
142
143
143
assert-css: (".sidebar a", {"color": "rgb(83, 177, 219)"})
144
- assert-css: (".in-band a", {"color": "rgb(255, 255, 255)"})
144
+ assert-css: ("h1.fqn a", {"color": "rgb(255, 255, 255)"})
145
145
146
146
// We move the cursor over the "Implementations" title so the anchor is displayed.
147
147
move-cursor-to: "h2#implementations"
0 commit comments