Skip to content

Commit 472b273

Browse files
authored
Rollup merge of #114404 - GuillaumeGomez:migrate-gui-test-color-26, r=notriddle
Migrate GUI colors test to original CSS color format Follow-up of #111459. Seems like this one was forgotten... r? `@notriddle`
2 parents 539fecb + d0ed4ed commit 472b273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/sidebar-source-code-display.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ call-function: ("check-colors", {
141141
"theme": "ayu",
142142
"color": "#c5c5c5",
143143
"color_hover": "#ffb44c",
144-
"background": "rgb(20, 25, 31)",
144+
"background": "#14191f",
145145
"background_hover": "#14191f",
146146
"background_toggle": "rgba(0, 0, 0, 0)",
147147
"background_toggle_hover": "rgba(70, 70, 70, 0.33)",

0 commit comments

Comments
 (0)