diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-08-03 11:25:25 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-08-03 11:25:33 +0200 |
| commit | d0ed4edfc65645cd7377ad501f1a2c5c8b5385b1 (patch) | |
| tree | 0b54941631adcee9f572532efec19a9a92568bfa | |
| parent | c77329cb04c2293e9f1773b95e7d0cef009a736d (diff) | |
| download | rust-d0ed4edfc65645cd7377ad501f1a2c5c8b5385b1.tar.gz rust-d0ed4edfc65645cd7377ad501f1a2c5c8b5385b1.zip | |
Migrate GUI colors test to original CSS color format
| -rw-r--r-- | tests/rustdoc-gui/sidebar-source-code-display.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/sidebar-source-code-display.goml b/tests/rustdoc-gui/sidebar-source-code-display.goml index 33210c9fdc9..88546ed2549 100644 --- a/tests/rustdoc-gui/sidebar-source-code-display.goml +++ b/tests/rustdoc-gui/sidebar-source-code-display.goml @@ -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)", |
