.notesBox .chats li .notes-action {
    visibility: hidden;
}

.notesBox .chats li:hover .notes-action {
    visibility: visible;
}