Skip to content

Commit 8e37c50

Browse files
committed
Auto merge of rust-lang#115731 - GuillaumeGomez:migrate-gui-test-color-40, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of rust-lang#111459. r? `@notriddle`
2 parents 6645a93 + 344ac25 commit 8e37c50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/rustdoc-gui/search-no-result.goml

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ define-function: (
2121

2222
call-function: ("check-no-result", {
2323
"theme": "ayu",
24-
"link": "rgb(57, 175, 215)",
25-
"link_hover": "rgb(57, 175, 215)",
24+
"link": "#39afd7",
25+
"link_hover": "#39afd7",
2626
})
2727
call-function: ("check-no-result", {
2828
"theme": "dark",
29-
"link": "rgb(210, 153, 29)",
30-
"link_hover": "rgb(210, 153, 29)",
29+
"link": "#d2991d",
30+
"link_hover": "#d2991d",
3131
})
3232
call-function: ("check-no-result", {
3333
"theme": "light",
34-
"link": "rgb(56, 115, 173)",
35-
"link_hover": "rgb(56, 115, 173)",
34+
"link": "#3873ad",
35+
"link_hover": "#3873ad",
3636
})

0 commit comments

Comments
 (0)