CSS On hover show another element.
.task-list ul li:hover { .delete-btn { opacity: 100%; transition: all ease 0.5s; } }