pop-os / gtk-theme

System76 Pop GTK+ Theme
GNU General Public License v3.0
782 stars 81 forks source link

fix(gtk): Fix transparent dropdown in GNUCash #470

Closed isantop closed 4 years ago

isantop commented 4 years ago

Ensure that treview.view doesn't have a transparent background, allowing some dropdown in GNUCash to work properly.

Testing:

(GNUCash will require creating a blank account and adding a few transactions in order to see the issue.)

Fixes #467

jacobgkau commented 4 years ago

Confirmed this fixes the transparent dropdown in GNUCash, and does not seem to have any effect on the disk usage page (or any other section) of System Monitor.

Before:

p470-gnucash-before

p470-monitor-before

After:

p470-gnucash-after

p470-monitor-after

I don't know all the apps that use treeview.view, but I took a look through the default apps and did not find anything out of place.