Xfce: Fix missing hover effect on thunar sidebar

This commit is contained in:
EliverLara
2021-02-15 13:43:55 -06:00
parent b9c663ac19
commit a50173fbd6
3 changed files with 16 additions and 4 deletions

View File

@@ -90,10 +90,16 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
}
/* thunar sidepane */
window.thunar paned > scrolledwindow treeview.view:selected {
@include button(active-header);
border-radius: 0;
box-shadow: none;
window.thunar paned > scrolledwindow treeview.view {
&:hover {
background: darken($_sidebar_color, 3%);
}
&:selected {
@include button(active-header);
border-radius: 0;
box-shadow: none;
}
}
window.thunar toolbar#location-toolbar entry {