Add unpin tooltip and highlight tags when hovering theme..

This commit is contained in:
Matias De lellis
2020-06-04 09:19:30 -03:00
parent 9b09f54dd1
commit 0845127458
2 changed files with 13 additions and 9 deletions

View File

@@ -105,13 +105,14 @@
margin-left: 2px;
padding: 12px;
background-color: rgba(0,0,0,0.08);
opacity: 0.7;
opacity: 0.54;
border-radius: 50%;
}
//.icon-header-note:hover {
// background-color: rgba(0,0,0,0.14);
//}
.icon-header-note:hover {
background-color: rgba(0,0,0,0.12);
opacity: 0.87;
}
.hide-header-icon {
display: none;
@@ -250,11 +251,15 @@ div[contenteditable="true"] {
padding: 0px 6px 0 24px;
background-color: rgba(0,0,0,0.08);
background-position: 8px center;
opacity: 0.7;
opacity: 0.87;
border-radius: 10px;
font-size: 90%;
}
.slim-tag:hover {
background-color: rgba(0,0,0,0.12);
}
.note-tags {
margin-top: 10px;
}