Skip to content

Commit

Permalink
Auto merge of #113976 - GuillaumeGomez:migrate-gui-test-color-23, r=n…
Browse files Browse the repository at this point in the history
…otriddle

Migrate GUI colors test to original CSS color format

Follow-up of #111459.

r? `@notriddle`
  • Loading branch information
bors committed Jul 23, 2023
2 parents d9d80e2 + e06633f commit 8771282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rustdoc-gui/label-next-to-symbol.goml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ assert: (".stab.portability")
// make sure that deprecated and portability have the right colors
assert-css: (
".item-table .item-name .stab.deprecated",
{ "background-color": "rgb(255, 245, 214)" },
{ "background-color": "#fff5d6" },
)
assert-css: (
".item-table .item-name .stab.portability",
{ "background-color": "rgb(255, 245, 214)" },
{ "background-color": "#fff5d6" },
)

// table like view
Expand Down

0 comments on commit 8771282

Please sign in to comment.