Skip to content
Commit b0167e22 authored by Nate Graham's avatar Nate Graham
Browse files

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.

BUG: 477792
parent 974ad349
Pipeline #551434 passed with stage
in 2 minutes and 27 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment