mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
Rollup merge of #114853 - GuillaumeGomez:migrate-gui-test-color-33, 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
79bc72a5f9
@ -23,6 +23,6 @@ define-function: (
|
||||
},
|
||||
)
|
||||
|
||||
call-function: ("sup-check", ("dark", "rgb(221, 221, 221)"))
|
||||
call-function: ("sup-check", ("ayu", "rgb(197, 197, 197)"))
|
||||
call-function: ("sup-check", ("light", "rgb(0, 0, 0)"))
|
||||
call-function: ("sup-check", ("ayu", "#c5c5c5"))
|
||||
call-function: ("sup-check", ("dark", "#ddd"))
|
||||
call-function: ("sup-check", ("light", "black"))
|
||||
|
Loading…
Reference in New Issue
Block a user