There are a few adjustments that need to be made for the TypeaheadSearch component's search footer to meet the design spec:
The color of the footer text should be #202122 (@color-base). The current color may be due to an override in the VitePress demo.(Will be solved via T296106: Isolate styles in demo pane)The footer should stop displaying a hover style when the cursor is removed(Part of Menu component's logic. TBD if a review of this behavor is needed)- While the footer has a divider before it (in the form of a border-top), the no-results text should not have a border-top