4 lines
199 B
CSS
4 lines
199 B
CSS
.sidebar .tree {padding-left: 1rem;}
|
|
.sidebar .tree .tree-item-content {cursor: pointer;}
|
|
.sidebar .tree .tree-item.active > .tree-item-content {color: var(--color-primary-600); font-weight:bolder;}
|