Fix treeview selected rendering issue in Thunar

This commit is contained in:
Luke Marzen 2024-03-22 21:23:50 -05:00 committed by GitHub
parent 4c0d6a67d0
commit a7e9399e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6889,6 +6889,10 @@ XfdesktopIconView.view .rubberband {
border-top: 1px solid rgba(204, 204, 204, 0.12); border-top: 1px solid rgba(204, 204, 204, 0.12);
} }
.thunar treeview .view:selected {
background-color: transparent;
}
/************************ /************************
* LightDM GTK+ Greeter * * LightDM GTK+ Greeter *
************************/ ************************/