mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Migrate GUI colors test to original CSS color format
This commit is contained in:
parent
33440d7fc6
commit
e691752210
@ -151,7 +151,7 @@ assert-css: (
|
||||
)
|
||||
assert-css: (
|
||||
"//*[@class='result-name']//*[text()='test_docs::']/ancestor::a",
|
||||
{"color": "#fff", "background-color": "rgb(60, 60, 60)"},
|
||||
{"color": "#fff", "background-color": "#3c3c3c"},
|
||||
)
|
||||
|
||||
// Dark theme
|
||||
|
Loading…
Reference in New Issue
Block a user