Rollup merge of #114269 - GuillaumeGomez:migrate-gui-test-color-24, 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
81bb311b09
@ -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…
x
Reference in New Issue
Block a user