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