Skip to content

Commit 666873b

Browse files
Update GUI test for bottom border color
1 parent 94ba7f0 commit 666873b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/rustdoc-gui/search-result-color.goml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ assert-css: (
7878
// Checking the color of the bottom border.
7979
assert-css: (
8080
".search-results > a",
81-
{"border-bottom-color": "rgb(92, 103, 115)"}
81+
{"border-bottom-color": "rgba(170, 170, 170, 0.2)"}
8282
)
8383

8484
// Checking the color of "keyword" text.
@@ -190,7 +190,7 @@ assert-css: (
190190
// Checking the color of the bottom border.
191191
assert-css: (
192192
".search-results > a",
193-
{"border-bottom-color": "rgb(224, 224, 224)"}
193+
{"border-bottom-color": "rgba(170, 170, 170, 0.2)"}
194194
)
195195

196196
// Checking the color for "keyword" text.
@@ -287,7 +287,7 @@ assert-css: (
287287
// Checking the color of the bottom border.
288288
assert-css: (
289289
".search-results > a",
290-
{"border-bottom-color": "rgb(224, 224, 224)"}
290+
{"border-bottom-color": "rgba(170, 170, 170, 0.2)"}
291291
)
292292

293293
// Checking the color for "keyword" text.

0 commit comments

Comments
 (0)