=== Background
The custom footer added to the TypeaheadSearch menuMenuItems displays a persistent hover style after the cursor is removed from it. This only happens in caseSimilarly, if the footecursor is the only menu option available for selection (i.e.removed during mousedown, in case no match is foundthe MenuItem's active state will persist until mouseup (but the item will not be selected).
{F35130910}
=== Goal
Ideally, the menu footerMenuItems should display default styles when the cursor is removed from itlose their highlighted or active state on mouseleave.
=== Acceptance criteria
[] Single menu items will stop displaying a hovered style on mouse-A highlighted MenuItem should return to the default state on mouseleave
[] An active MenuItem should return to the default state on mouseleave