Add pointer cursor to tags and delete icon..

This commit is contained in:
Matias De lellis
2020-05-27 15:12:23 -03:00
parent 6a97bf0991
commit 29d13f3321

View File

@@ -91,9 +91,10 @@
#div-content .shared-title, #div-content .shared-title,
#div-content .shared-title-owner, #div-content .shared-title-owner,
#div-content .icon-delete-note { #div-content .icon-delete-note {
float: right; cursor: pointer;
margin: 2px; float: right;
opacity: 0.5; margin: 2px;
opacity: 0.5;
} }
.noselect { .noselect {
@@ -221,6 +222,7 @@ div[contenteditable="true"] {
.slim-tag { .slim-tag {
display: inline-block; display: inline-block;
cursor: pointer;
padding: 0px 6px 0 24px; padding: 0px 6px 0 24px;
background-color: rgba(0,0,0,0.08); background-color: rgba(0,0,0,0.08);
background-position: 8px center; background-position: 8px center;