Xfce: Fix missing hover effect on thunar sidebar

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

View File

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

View File

@@ -5861,6 +5861,9 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
box-shadow: none; } box-shadow: none; }
/* thunar sidepane */ /* thunar sidepane */
window.thunar paned > scrolledwindow treeview.view:hover {
background: #10131b; }
window.thunar paned > scrolledwindow treeview.view:selected { window.thunar paned > scrolledwindow treeview.view:selected {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #eee90a, #f7b922); background: linear-gradient(to right, #eee90a, #f7b922);

View File

@@ -5886,6 +5886,9 @@ window.thunar toolbar#location-toolbar > toolitem > widget > widget.linked.path-
box-shadow: none; } box-shadow: none; }
/* thunar sidepane */ /* thunar sidepane */
window.thunar paned > scrolledwindow treeview.view:hover {
background: #10131b; }
window.thunar paned > scrolledwindow treeview.view:selected { window.thunar paned > scrolledwindow treeview.view:selected {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #eee90a, #f7b922); background: linear-gradient(to right, #eee90a, #f7b922);