tests: add test for color of item kind

This commit is contained in:
Alexis (Poliorcetics) Bourget 2023-06-20 08:28:56 +02:00
parent 1a94b06089
commit c3cdf8542d

View File

@ -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,
)
},
)