https://bugs.kde.org/show_bug.cgi?id=477792
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/qqc2-desktop-style/- | |/commit/b0167e224fa1eaa6c1c | |94322102b8fd61073f39a Resolution|--- |FIXED --- Comment #9 from Nate Graham <n...@kde.org> --- Git commit b0167e224fa1eaa6c1c94322102b8fd61073f39a by Nate Graham. Committed on 08/12/2023 at 00:21. Pushed by ngraham into branch 'master'. Don't set a background color for normal unhovered list items Currently the background styling we apply to ItemDelegate and others uses the Kirigami theme's standard view background color for the backgrounds of unhovered list items not using the alternate background color. But this is unnecessary; when the list item is in a view that itself uses the view background color, then the list item's own background color simply matches that of the view it lives in. And when the view intentionally does not use that background color, the result is visual brokenness. We can fix this by simply not setting a background color for the normal unhovered state of the background. M +1 -1 org.kde.desktop/private/DefaultListItemBackground.qml https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/b0167e224fa1eaa6c1c94322102b8fd61073f39a -- You are receiving this mail because: You are watching all bug changes.