This commit is contained in:
Vince 2021-12-07 14:19:03 +08:00
parent 5cd9d84116
commit 35caf96162

View File

@ -2467,7 +2467,11 @@ window.background.csd {
background-color: $base_color;
treeview.view:not(:hover):not(:selected) {
background-color: transparent;
background: none;
}
> treeview.view:not(:hover):not(:selected) {
background-color: $base_color;
}
}
@ -2477,7 +2481,7 @@ window.background.csd {
background-color: $bg_color;
treeview.view:not(:hover):not(:selected) {
background-color: transparent;
background: none;
}
}
}