CopyQ icon indicating copy to clipboard operation
CopyQ copied to clipboard

Can't remove hover effect on items via CSS

Open julius-boettger opened this issue 1 year ago • 0 comments

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

  • Application Version: 7.1.0 (Nixpkg from 23.11 channel)
  • Qt Version: 6.6.1
  • Compiler: GCC
  • Arch: x86_64-little_endian-lp64
  • OS: NixOS 23.11 (Tapir)
  • Wayland Compositor: Hyprland

Additional context My CopyQ config as of writing this

julius-boettger avatar Jan 15 '24 14:01 julius-boettger