mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
3071e0aef6
commit
a826cdbc21
@ -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