79278445

Date: 2024-12-13 13:19:07
Score: 1.5
Natty:
Report link

CSS On hover show another element.

.task-list ul li:hover {
  .delete-btn {
    opacity: 100%;
    transition: all ease 0.5s;
  }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Angryislive