RealRaven2000 / QuickFolders

Thunderbird Add-on: QuickFolders
http://quickfolders.org/
Other
49 stars 9 forks source link

Unwanted text shadow in quickJump help panel #427

Closed RealRaven2000 closed 11 months ago

RealRaven2000 commented 1 year ago

In dark themes we see that the help text that is displayed in a panel once the blue help icon to right is clicked, has unwanted text shadows:

image

image

This is caused by a browser rule in global-shared.css:

/* Lightweight theme roots */

:root[lwtheme-image] {
  text-shadow: 0 -0.5px 1.5px white;
}
RealRaven2000 commented 11 months ago

Fixed in 6.4 released on 04/12/2023