mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2024-11-21 20:36:51 -05: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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue