fix up channel row selection to work how i want it to

This commit is contained in:
ouwou
2021-07-06 02:38:27 -04:00
parent 9ec52e3473
commit ecf8fb6a5f
3 changed files with 22 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ has to be separate to allow main.css to override certain things
.app-window treeview {
color: @text_color;
}
.app-window treeview:not(:selected) {
background: @secondary_color;
}