Don't load duplicate nodes for editors with start nodes

This commit is contained in:
Kenn Jacobsen
2019-10-22 14:13:02 +02:00
committed by Kenn Jacobsen
parent 0dfd7679e0
commit a1b8d4a097
2 changed files with 16 additions and 7 deletions

View File

@@ -289,9 +289,8 @@ body.touch .umb-tree {
}
.no-access {
.umb-tree-icon,
.root-link,
.umb-tree-item__label {
> .umb-tree-item__inner .umb-tree-icon,
> .umb-tree-item__inner .umb-tree-item__label {
color: @gray-7;
cursor: not-allowed;
}