New templates, node advanced display, style fixes

This commit is contained in:
barsdeveloper
2022-04-25 14:05:15 +02:00
parent 81276a86be
commit 4b563f023e
19 changed files with 415 additions and 163 deletions

View File

@@ -60,7 +60,6 @@ ueb-blueprint[data-drag-scrolling="false"][data-selecting="false"] ueb-node {
.ueb-node-body {
display: flex;
padding: 1px 0;
color: white;
font-weight: 100;
white-space: nowrap;
}
@@ -75,10 +74,16 @@ ueb-blueprint[data-drag-scrolling="false"][data-selecting="false"] ueb-node {
padding-right: 8px;
}
.ueb-node-expand {
.ueb-node-expansion {
display: none;
text-align: center;
}
ueb-node[data-advanced-display] .ueb-node-expand {
.ueb-node-expansion:hover {
background-color: #656765;
cursor: pointer;
}
ueb-node[data-advanced-display] .ueb-node-expansion {
display: block;
}