Implement remove attachments.

This commit is contained in:
Matias De lellis
2020-06-14 15:20:29 -03:00
parent 20e150341c
commit 536773843f
3 changed files with 39 additions and 9 deletions

View File

@@ -326,6 +326,22 @@ div[contenteditable="true"] {
background-color: rgba(210, 210, 210, .5);
}
.attach-remove {
position: absolute;
bottom: 8px;
right: 8px;
padding: 12px;
background-color: rgba(210, 210, 210, .4);
opacity: 0.54;
border-radius: 50%;
}
.attach-remove:hover {
cursor: pointer;
background-color: rgba(210, 210, 210, .5);
opacity: 0.87;
}
.note-body {
padding: 10px;
}