fix "twitching" tree nodes on hover

This commit is contained in:
zadam
2021-01-30 21:03:39 +01:00
parent 1c51419db5
commit 17c6f53397
3 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ const TPL = `
}
.tree-item-button {
font-size: 130%;
font-size: 120%;
cursor: pointer;
border-radius: 3px;
border: 1px solid var(--main-background-color);