Skip to content

Commit 0c98f15

Browse files
authored
Rollup merge of #114537 - GuillaumeGomez:migrate-gui-test-color-29, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? ``@notriddle``
2 parents 3d1c36e + 08ca824 commit 0c98f15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/rustdoc-gui/search-error.goml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ call-function: (
2020
"check-colors",
2121
{
2222
"theme": "ayu",
23-
"error_background": "rgb(79, 76, 76)",
23+
"error_background": "#4f4c4c",
2424
},
2525
)
2626
call-function: (
2727
"check-colors",
2828
{
2929
"theme": "dark",
30-
"error_background": "rgb(72, 72, 72)",
30+
"error_background": "#484848",
3131
},
3232
)
3333
call-function: (
3434
"check-colors",
3535
{
3636
"theme": "light",
37-
"error_background": "rgb(208, 204, 204)",
37+
"error_background": "#d0cccc",
3838
},
3939
)

0 commit comments

Comments
 (0)