JetBrains: The panda bug is back in IntelliJ 2022.2, sometimes
Created by: vdavid
Bug https://github.com/sourcegraph/sourcegraph/issues/38279 was fixed earlier, but apparently, in 2022.2, it comes up again. The symptoms are the same. Hovering over specific components with the mouse also “fixes” individual component theming, but it doesn't look nice. Resizing the popup fixes it for the whole window.
The previous solution was this: https://github.com/sourcegraph/sourcegraph/pull/38707/files#diff-cbd6469c874daf8e8672647fdce4b7f95cc4de57628f37ce7d1e5b95c6043183R81
What I'd try next is to do a 1px resize of the window to make sure we update it. It's a hack, but, well, if it works