Auto merge of #115731 - GuillaumeGomez:migrate-gui-test-color-40, r=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of https://github.com/rust-lang/rust/pull/111459.

r? `@notriddle`
This commit is contained in:
bors 2023-09-10 14:43:54 +00:00
commit 8e37c509fd

View File

@ -21,16 +21,16 @@ define-function: (
call-function: ("check-no-result", {
"theme": "ayu",
"link": "rgb(57, 175, 215)",
"link_hover": "rgb(57, 175, 215)",
"link": "#39afd7",
"link_hover": "#39afd7",
})
call-function: ("check-no-result", {
"theme": "dark",
"link": "rgb(210, 153, 29)",
"link_hover": "rgb(210, 153, 29)",
"link": "#d2991d",
"link_hover": "#d2991d",
})
call-function: ("check-no-result", {
"theme": "light",
"link": "rgb(56, 115, 173)",
"link_hover": "rgb(56, 115, 173)",
"link": "#3873ad",
"link_hover": "#3873ad",
})