diff --git a/front/core/components/treeview/childs.html b/front/core/components/treeview/childs.html index 54e408b004..7dd2423806 100644 --- a/front/core/components/treeview/childs.html +++ b/front/core/components/treeview/childs.html @@ -25,14 +25,16 @@ label="{{::item.name}}"> --> - - - - +
+ + + + +
.buttons { + display: none + } + + .node:hover > .buttons { + display: block + } + & > ul > li > .node { @extend %clickable; display: flex;