Skip to content

Commit 85ed2fe

Browse files
Migrate GUI colors test to original CSS color format
1 parent b2a6b99 commit 85ed2fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: tests/rustdoc-gui/run-on-hover.goml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ define-function: (
3333

3434
call-function: ("check-run-button", {
3535
"theme": "ayu",
36-
"color": "rgb(120, 135, 151)",
36+
"color": "#788797",
3737
"background": "rgba(57, 175, 215, 0.09)",
38-
"hover_color": "rgb(197, 197, 197)",
38+
"hover_color": "#c5c5c5",
3939
"hover_background": "rgba(57, 175, 215, 0.37)",
4040
})
4141
call-function: ("check-run-button", {
4242
"theme": "dark",
43-
"color": "rgb(222, 222, 222)",
43+
"color": "#dedede",
4444
"background": "rgba(78, 139, 202, 0.2)",
45-
"hover_color": "rgb(222, 222, 222)",
45+
"hover_color": "#dedede",
4646
"hover_background": "rgb(78, 139, 202)",
4747
})
4848
call-function: ("check-run-button", {
4949
"theme": "light",
50-
"color": "rgb(245, 245, 245)",
50+
"color": "#f5f5f5",
5151
"background": "rgba(78, 139, 202, 0.2)",
52-
"hover_color": "rgb(245, 245, 245)",
52+
"hover_color": "#f5f5f5",
5353
"hover_background": "rgb(78, 139, 202)",
5454
})

0 commit comments

Comments
 (0)