sebastiencs / company-box

A company front-end with icons
563 stars 64 forks source link

Is there a way to disable highlight by mouse pointer #185

Open bk138 opened 2 years ago

bk138 commented 2 years ago

I could not find any customization, so this might as well be a feature request ;-)

Background is a UX one: when a completion pops up, my mouse cursor is sometimes in the area, highlighting some random candidate. I always have to move the mouse out first to gain an overview of candidates.

Alternative solution: only trigger candidate highlight my when mouse cursor is actually moved into the candidate selection popup, not when the popup opens underneath the mouse cursor.

sebastiencs commented 1 year ago

Hello @bk138 , yes you can customize the face company-tooltip-mouse

Alternative solution: only trigger candidate highlight my when mouse cursor is actually moved into the candidate selection popup, not when the popup opens underneath the mouse cursor.

I will check if that's possible