Skip to content

Commit

Permalink
Rollup merge of #114404 - GuillaumeGomez:migrate-gui-test-color-26, r…
Browse files Browse the repository at this point in the history
…=notriddle

Migrate GUI colors test to original CSS color format

Follow-up of #111459.

Seems like this one was forgotten...

r? `@notriddle`
  • Loading branch information
matthiaskrgr authored Aug 4, 2023
2 parents 539fecb + d0ed4ed commit 472b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc-gui/sidebar-source-code-display.goml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ call-function: ("check-colors", {
"theme": "ayu",
"color": "#c5c5c5",
"color_hover": "#ffb44c",
"background": "rgb(20, 25, 31)",
"background": "#14191f",
"background_hover": "#14191f",
"background_toggle": "rgba(0, 0, 0, 0)",
"background_toggle_hover": "rgba(70, 70, 70, 0.33)",
Expand Down

0 comments on commit 472b273

Please sign in to comment.