fix icon blacking out in Thunar icon view

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

View File

@ -6889,7 +6889,8 @@ 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 { .thunar treeview .view:selected,
.thunar widget .view:active {
background-color: transparent; background-color: transparent;
} }