Skip to content

Commit e06633f

Browse files
Migrate GUI colors test to original CSS color format
1 parent d4ce83c commit e06633f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)