mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 19:23:10 +00:00
Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
4c9ac1e93b
commit
c77329cb04
@ -33,20 +33,20 @@ call-function: (
|
||||
"check-logo",
|
||||
{
|
||||
"theme": "ayu",
|
||||
"filter": "drop-shadow(rgb(255, 255, 255) 1px 0px 0px) " +
|
||||
"drop-shadow(rgb(255, 255, 255) 0px 1px 0px) " +
|
||||
"drop-shadow(rgb(255, 255, 255) -1px 0px 0px) " +
|
||||
"drop-shadow(rgb(255, 255, 255) 0px -1px 0px)",
|
||||
"filter": "drop-shadow(#fff 1px 0px 0px) " +
|
||||
"drop-shadow(#fff 0px 1px 0px) " +
|
||||
"drop-shadow(#fff -1px 0px 0px) " +
|
||||
"drop-shadow(#fff 0px -1px 0px)",
|
||||
},
|
||||
)
|
||||
call-function: (
|
||||
"check-logo",
|
||||
{
|
||||
"theme": "dark",
|
||||
"filter": "drop-shadow(rgb(255, 255, 255) 1px 0px 0px) " +
|
||||
"drop-shadow(rgb(255, 255, 255) 0px 1px 0px) " +
|
||||
"drop-shadow(rgb(255, 255, 255) -1px 0px 0px) " +
|
||||
"drop-shadow(rgb(255, 255, 255) 0px -1px 0px)",
|
||||
"filter": "drop-shadow(#fff 1px 0px 0px) " +
|
||||
"drop-shadow(#fff 0px 1px 0px) " +
|
||||
"drop-shadow(#fff -1px 0px 0px) " +
|
||||
"drop-shadow(#fff 0px -1px 0px)",
|
||||
},
|
||||
)
|
||||
call-function: (
|
||||
|
Loading…
Reference in New Issue
Block a user