When Tor Launcher is running inside an ESR60-based Tor Browser, the bridge and proxy help button icons are missing. This is because we reused an image that was part of Firefox, and Mozilla removed the image sometime between ESR52 and ESR60.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
The image from ESR52 is chrome://browser/skin/menuPanel-help.png (in the source tree, the path is browser/themes/linux/menuPanel-help.png on Linux and similar images exist for Windows and macOS). The image contains multiple renderings to cover "on click" and "on hover" states which we use in Tor Launcher.
The replacement image that is in ESR60 is chrome://global/skin/icons/help.svg (in the source tree there is just one image at toolkit/themes/shared/icons/help.svg). Since this image does not have "on click" and "on hover" renderings, we will need to decide what we want to do in those cases. In the hamburger menu where Firefox uses this new image, the background color of the entire menu row is changed upon hover but that is not appropriate in Tor Launcher since we use the help icons for standalone buttons.