Show nested feature decorators in a list (#173)

* Show nested feature decorators in a list

* Fix swapping decorator indices

* Move wrapper model creation to separate function

* Add setting string node on enter
This commit is contained in:
Misode
2021-09-28 23:46:21 +02:00
committed by GitHub
parent 96d934d592
commit e5d2c02fb3
9 changed files with 180 additions and 48 deletions

View File

@@ -171,7 +171,7 @@
}
.node-header > *:first-child,
.node-header > .node-icon + * {
.node-header > .node-icon:first-child + * {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
@@ -400,9 +400,9 @@ span.menu-item {
border-left: none;
}
.list-node > .node-body > .object-node > .node-body > .node > .node-header > .node-icon + *,
.list-node > .node-body > .object-node > .node-body > .node > .node-header > .node-icon:first-child + *,
.list-node > .node-body > .object-node > .node-body > .node > .node-header > *:first-child,
.map-node > .node-body > .object-node > .node-body > .node > .node-header > .node-icon + *,
.map-node > .node-body > .object-node > .node-body > .node > .node-header > .node-icon:first-child + *,
.map-node > .node-body > .object-node > .node-body > .node > .node-header > *:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
@@ -420,7 +420,7 @@ span.menu-item {
border-radius: 3px;
}
.node-body > .object-node[data-category] > .node-header > .node-icon + *,
.node-body > .object-node[data-category] > .node-header > .node-icon:first-child + *,
.node-body > .object-node[data-category] > .node-header > *:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;