Tree nodes aren't selectable

This commit is contained in:
Magnus Åhall 2023-07-22 10:50:24 +02:00
parent 48e07c15d4
commit ac58fa0fc8
3 changed files with 2 additions and 1 deletions

View file

@ -205,6 +205,7 @@ header .menu {
#tree .node .name {
white-space: nowrap;
cursor: pointer;
user-select: none;
}
#tree .node .name:hover {
color: #ecbf00;