mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-04-24 15:35:09 +02:00
Fix treeview selected rendering issue in Thunar (#18)
* Fix treeview selected rendering issue in Thunar * fix icon blacking out in Thunar icon view
This commit is contained in:
parent
4c0d6a67d0
commit
e269206ebc
@ -6889,6 +6889,11 @@ 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 widget .view:active {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
/************************
|
/************************
|
||||||
* LightDM GTK+ Greeter *
|
* LightDM GTK+ Greeter *
|
||||||
************************/
|
************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user