@@ -168,19 +168,19 @@ assert-css: (
168
168
)
169
169
assert-css: (
170
170
".top-doc .docblock h5",
171
- {"color": "rgb(0, 0, 0)", "border-bottom": "0px none rgb(221, 221, 221) "},
171
+ {"color": "rgb(0, 0, 0)", "border-bottom-width ": "0px"},
172
172
)
173
173
assert-css: (
174
174
"#implementations-list .docblock h4",
175
- {"color": "rgb(0, 0, 0)", "border-bottom": "0px none rgb(221, 221, 221) "},
175
+ {"color": "rgb(0, 0, 0)", "border-bottom-width ": "0px"},
176
176
)
177
177
assert-css: (
178
178
"#implementations-list .docblock h5",
179
- {"color": "rgb(0, 0, 0)", "border-bottom": "0px none rgb(221, 221, 221) "},
179
+ {"color": "rgb(0, 0, 0)", "border-bottom-width ": "0px"},
180
180
)
181
181
assert-css: (
182
182
"#implementations-list .docblock h6",
183
- {"color": "rgb(0, 0, 0)", "border-bottom": "0px none rgb(221, 221, 221) "},
183
+ {"color": "rgb(0, 0, 0)", "border-bottom-width ": "0px"},
184
184
)
185
185
186
186
local-storage: {"rustdoc-theme": "dark"}
@@ -199,19 +199,19 @@ assert-css: (
199
199
)
200
200
assert-css: (
201
201
".top-doc .docblock h5",
202
- {"color": "rgb(221, 221, 221)", "border-bottom": "0px none rgb(210, 210, 210) "},
202
+ {"color": "rgb(221, 221, 221)", "border-bottom-width ": "0px"},
203
203
)
204
204
assert-css: (
205
205
"#implementations-list .docblock h4",
206
- {"color": "rgb(221, 221, 221)", "border-bottom": "0px none rgb(210, 210, 210) "},
206
+ {"color": "rgb(221, 221, 221)", "border-bottom-width ": "0px"},
207
207
)
208
208
assert-css: (
209
209
"#implementations-list .docblock h5",
210
- {"color": "rgb(221, 221, 221)", "border-bottom": "0px none rgb(210, 210, 210) "},
210
+ {"color": "rgb(221, 221, 221)", "border-bottom-width ": "0px"},
211
211
)
212
212
assert-css: (
213
213
"#implementations-list .docblock h6",
214
- {"color": "rgb(221, 221, 221)", "border-bottom": "0px none rgb(210, 210, 210) "},
214
+ {"color": "rgb(221, 221, 221)", "border-bottom-width ": "0px"},
215
215
)
216
216
217
217
local-storage: {"rustdoc-theme": "ayu"}
@@ -230,19 +230,19 @@ assert-css: (
230
230
)
231
231
assert-css: (
232
232
".top-doc .docblock h5",
233
- {"color": "rgb(197, 197, 197)", "border-bottom": "0px none rgb(92, 103, 115) "},
233
+ {"color": "rgb(197, 197, 197)", "border-bottom-width ": "0px"},
234
234
)
235
235
assert-css: (
236
236
"#implementations-list .docblock h4",
237
- {"color": "rgb(255, 255, 255)", "border-bottom": "0px none rgb(92, 103, 115) "},
237
+ {"color": "rgb(255, 255, 255)", "border-bottom-width ": "0px"},
238
238
)
239
239
assert-css: (
240
240
"#implementations-list .docblock h5",
241
- {"color": "rgb(197, 197, 197)", "border-bottom": "0px none rgb(92, 103, 115) "},
241
+ {"color": "rgb(197, 197, 197)", "border-bottom-width ": "0px"},
242
242
)
243
243
assert-css: (
244
244
"#implementations-list .docblock h6",
245
- {"color": "rgb(197, 197, 197)", "border-bottom": "0px none rgb(92, 103, 115) "},
245
+ {"color": "rgb(197, 197, 197)", "border-bottom-width ": "0px"},
246
246
)
247
247
248
248
local-storage: {"rustdoc-theme": "light"}
0 commit comments