mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Xfce: Fix missing hover effect on thunar sidebar
This commit is contained in:
@@ -90,10 +90,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 {
|
||||||
@include button(active-header);
|
|
||||||
border-radius: 0;
|
&:hover {
|
||||||
box-shadow: none;
|
background: darken($_sidebar_color, 3%);
|
||||||
|
}
|
||||||
|
&:selected {
|
||||||
|
@include button(active-header);
|
||||||
|
border-radius: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.thunar toolbar#location-toolbar entry {
|
window.thunar toolbar#location-toolbar entry {
|
||||||
|
|||||||
@@ -5821,6 +5821,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: #00e8b7;
|
background: #00e8b7;
|
||||||
|
|||||||
@@ -5846,6 +5846,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: #00e8b7;
|
background: #00e8b7;
|
||||||
|
|||||||
Reference in New Issue
Block a user