You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hovering near the search button, an unexpected microphone (mic) button becomes visible. This behavior is unintended and creates a poor user experience. The mic button should either remain hidden unless required or appear in a controlled manner without being triggered on hover near the search button.
Steps to Reproduce
Navigate to the page containing the search bar.
Move the cursor near or around the search button.
Notice the mic button becomes visible unexpectedly upon hover.
Expected behavior
The mic button should only appear when explicitly triggered (e.g., via click on the search input, if voice search is enabled).
Hovering near the search button should not cause any unintended UI changes.