hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.25k stars 430 forks source link

Can't remove hover effect on items via CSS #2594

Open julius-boettger opened 5 months ago

julius-boettger commented 5 months ago

Describe the bug I can't figure out how to remove the hover effect on items (see screenshots below).

I thought I could achieve this with the configuration option hover_item_css in copyq.conf, but setting it to "", "\n ;background: transparent" or even "\n ;color: #f0f" (for testing purposes) does not change anything visually. Maybe I just don't understand what that option is supposed to change in the first place.

To Reproduce Steps to reproduce the behavior:

  1. Modify hover_item_css in copyq.conf
  2. Try to observe the change visually

Expected behavior I would expect to be able to change the CSS applied to items on hover with hover_item_css, in my case to just remove any hover effect.

Screenshots (of hover effect) When hovering over non-selected item: image When hovering over selected item: image

Version, OS and Environment

Additional context My CopyQ config as of writing this