ui: highlighting

This commit is contained in:
cha0s 2021-04-04 18:48:56 -05:00
parent 6fcf699127
commit 4ed7ebd5f6

View File

@ -10,6 +10,7 @@
cursor: pointer;
}
.label {
color: #bbb;
font-family: var(--message-font-family);
font-size: 1em;
justify-content: start;
@ -19,6 +20,9 @@
.node {
&.active > .item {
background-color: rgba(0, 120, 255, 0.5);
.label {
color: #fff;
}
}
&.collapsed {
.node {