show edit of title and descr only when hovering

This commit is contained in:
2023-03-18 09:46:03 +01:00
parent b6045eda22
commit 53e7a21602

View File

@@ -26,6 +26,15 @@
flex-direction: column;
}
.editable-hovered {
visibility: hidden;
}
.editable:hover .editable-hovered{
visibility: visible;
}
.handle {
display: block;
height: 1.5em;