1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 05:20:06 +00:00

chore: add custom tree view component

This commit is contained in:
2022-07-18 22:32:10 +05:00
parent 30d7a65358
commit 849b2dd468
3 changed files with 156 additions and 0 deletions

View File

@@ -25,3 +25,15 @@ code {
padding: '5px 10px';
margin-top: '10px';
}
.tree-item-label {
display: flex;
}
.tree-item-label.selected {
background: lightgoldenrodyellow;
}
.tree-item-label:hover {
background: lightgray;
}