Rollup merge of #114509 - GuillaumeGomez:migrate-gui-test-color-28, 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:
Matthias Krüger 2023-08-06 03:56:10 +02:00 committed by GitHub
commit e0f04efccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,18 +28,18 @@ define-function: (
call-function: ("check-color", {
"theme": "ayu",
"toggle_line_color": "rgb(153, 153, 153)",
"toggle_line_hover_color": "rgb(197, 197, 197)",
"toggle_line_color": "#999",
"toggle_line_hover_color": "#c5c5c5",
})
call-function: ("check-color", {
"theme": "dark",
"toggle_line_color": "rgb(153, 153, 153)",
"toggle_line_hover_color": "rgb(197, 197, 197)",
"toggle_line_color": "#999",
"toggle_line_hover_color": "#c5c5c5",
})
call-function: ("check-color", {
"theme": "light",
"toggle_line_color": "rgb(204, 204, 204)",
"toggle_line_hover_color": "rgb(153, 153, 153)",
"toggle_line_color": "#ccc",
"toggle_line_hover_color": "#999",
})
// Toggling all docs will close additional examples