ui: highlighting
This commit is contained in:
parent
6fcf699127
commit
4ed7ebd5f6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user