update
This commit is contained in:
parent
5cd9d84116
commit
35caf96162
@ -2467,7 +2467,11 @@ window.background.csd {
|
|||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
|
|
||||||
treeview.view:not(:hover):not(:selected) {
|
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;
|
background-color: $bg_color;
|
||||||
|
|
||||||
treeview.view:not(:hover):not(:selected) {
|
treeview.view:not(:hover):not(:selected) {
|
||||||
background-color: transparent;
|
background: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user