mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
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:
commit
e0f04efccb
@ -28,18 +28,18 @@ define-function: (
|
|||||||
|
|
||||||
call-function: ("check-color", {
|
call-function: ("check-color", {
|
||||||
"theme": "ayu",
|
"theme": "ayu",
|
||||||
"toggle_line_color": "rgb(153, 153, 153)",
|
"toggle_line_color": "#999",
|
||||||
"toggle_line_hover_color": "rgb(197, 197, 197)",
|
"toggle_line_hover_color": "#c5c5c5",
|
||||||
})
|
})
|
||||||
call-function: ("check-color", {
|
call-function: ("check-color", {
|
||||||
"theme": "dark",
|
"theme": "dark",
|
||||||
"toggle_line_color": "rgb(153, 153, 153)",
|
"toggle_line_color": "#999",
|
||||||
"toggle_line_hover_color": "rgb(197, 197, 197)",
|
"toggle_line_hover_color": "#c5c5c5",
|
||||||
})
|
})
|
||||||
call-function: ("check-color", {
|
call-function: ("check-color", {
|
||||||
"theme": "light",
|
"theme": "light",
|
||||||
"toggle_line_color": "rgb(204, 204, 204)",
|
"toggle_line_color": "#ccc",
|
||||||
"toggle_line_hover_color": "rgb(153, 153, 153)",
|
"toggle_line_hover_color": "#999",
|
||||||
})
|
})
|
||||||
|
|
||||||
// Toggling all docs will close additional examples
|
// Toggling all docs will close additional examples
|
||||||
|
Loading…
Reference in New Issue
Block a user