mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
tests: add test for color of item kind
This commit is contained in:
parent
1a94b06089
commit
c3cdf8542d
@ -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,
|
||||
)
|
||||
},
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user