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

chore: styles fix

This commit is contained in:
2022-11-22 00:01:58 +05:00
parent b27d684145
commit b47e74a7e1
2 changed files with 4 additions and 13 deletions

View File

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