tests: add test for color of item kind
This commit is contained in:
parent
1a94b06089
commit
c3cdf8542d
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue