mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
tests: add test for color of item kind
This commit is contained in:
@@ -28,6 +28,12 @@ define-function: (
|
||||
".result-" + |result_kind| + ":focus ." + |result_kind|,
|
||||
{"color": |hover_color|},
|
||||
)
|
||||
// color of the typename (struct, module, method, ...) before search results
|
||||
assert-css: (
|
||||
".result-name .typename",
|
||||
{"color": "#888"},
|
||||
ALL,
|
||||
)
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user