Fix Thunar sidebar. Fix for issue #742

pull/753/head
Joel Barrios 2021-04-08 01:25:26 -05:00 committed by GitHub
parent c5ce164db5
commit 0d6b4c8ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 0 deletions

View File

@ -31,6 +31,7 @@
@import "apps/nemo";
@import "apps/panel";
@import "apps/synaptic";
@import "apps/thunar";
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";

View File

@ -0,0 +1,17 @@
@include exports("thunar") {
.thunar {
scrolledwindow.sidebar treeview.view {
background: $bg_color;
color: $fg_color;
&:selected, &:active {
background: $selected_bg_color;
color: $selected_fg_color;
}
}
scrolledwindow.shortcuts-pane {
border-top-width: 1;
}
}
}

View File

@ -34,6 +34,7 @@
@import "apps/nemo";
@import "apps/panel";
@import "apps/synaptic";
@import "apps/thunar";
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";

View File

@ -0,0 +1,17 @@
@include exports("thunar") {
.thunar {
scrolledwindow.sidebar treeview.view {
background: $bg_color;
color: $fg_color;
&:selected, &:active {
background: $selected_bg_color;
color: $selected_fg_color;
}
}
scrolledwindow.shortcuts-pane {
border-top-width: 1;
}
}
}