Skip to content

Commit 8771282

Browse files
committed
Auto merge of #113976 - GuillaumeGomez:migrate-gui-test-color-23, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. r? `@notriddle`
2 parents d9d80e2 + e06633f commit 8771282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rustdoc-gui/label-next-to-symbol.goml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ assert: (".stab.portability")
1010
// make sure that deprecated and portability have the right colors
1111
assert-css: (
1212
".item-table .item-name .stab.deprecated",
13-
{ "background-color": "rgb(255, 245, 214)" },
13+
{ "background-color": "#fff5d6" },
1414
)
1515
assert-css: (
1616
".item-table .item-name .stab.portability",
17-
{ "background-color": "rgb(255, 245, 214)" },
17+
{ "background-color": "#fff5d6" },
1818
)
1919

2020
// table like view

0 commit comments

Comments
 (0)