diff --git a/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html b/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html index 7dc6a53..0368466 100644 --- a/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html +++ b/pdb-js/src/app/dashboard-page/dashboard/dashboard.component.html @@ -26,6 +26,15 @@ flex-direction: column; } + .editable-hovered { + visibility: hidden; + } + + .editable:hover .editable-hovered{ + visibility: visible; + } + + .handle { display: block; height: 1.5em;