neffo / bing-wallpaper-gnome-extension

GNOME shell extension that syncs your desktop & lock screen wallpaper to Microsoft Bing's Image of the Day.
https://extensions.gnome.org/extension/1262/bing-wallpaper-changer/
GNU General Public License v3.0
300 stars 56 forks source link

[BUG] v41 breaks custom theming, #178

Closed frosth555 closed 2 years ago

frosth555 commented 2 years ago

the fix for #171 breaks accent color for all GS drom down menus.

tested on arc and whitesur themes.

it can be fix by simple remove [1] from stylesheet.css [1] "popup-menu-item:focus, .popup-menu-item:hover { background-color: rgba(247, 247, 247, 0.1) !important; }"

screenshots: after update bing extension to 41: after update bing extension to 41

befor update or after remove [1]: befor update or after remove [1]

after remove [1] thumbnails still look good after remove [1]

neffo commented 2 years ago

I'm not a CSS expert to be honest, so the issue is it is disabling the background highlight right?

EDIT: ok, will fix this, but will need to test

frosth555 commented 2 years ago

thx, If you need some hands for testing tell me what is needed

I've checked fedora36/virt and it looks good.