https://bugs.kde.org/show_bug.cgi?id=386748
--- Comment #12 from Nate Graham <n...@kde.org> --- For subcategories, the tooltip uses 22px icons. When there is no 22px version of the icon, it downscales the 32px color version, so there is no problem. But for icons with a 22px monochrome version that, that's shown instead. So this is caused by a combination of inter-related issues: 1. The tooltip's background is dark and the icons are not hinted to reverse their color scheme, so when using Breeze light, any monochrome icons will be the same color as the tooltip and be invisible. 2. Some of the icons here have no 32px color version, only a 22px monochrome version. 3. Some of the icons have both 32px color versions and 22px monochrome versions. --- #1 is fixable with code changes to make monochrome icons be color-scheme-aware in the tooltip, but this will still result in some color icons and some monochrome icons, which is not the visual effect we're looking for. So I think the real fix here is to make sure that all icons are colorized, not monochrome. This will involve creating color versions of the icons that are currently monochrome (fixing #2), and removing the monochrome versions of the icons that have 32px color versions (fixing #3) Adding as an action item for https://phabricator.kde.org/T10273. -- You are receiving this mail because: You are watching all bug changes.