79238049

Date: 2024-11-29 18:30:19
Score: 0.5
Natty:
Report link

To keep the pointer, you can remove the :hover. In fact, when you want to set mouse cursor as a pointer in button, you don't need to do it when hover event. You can simple do it without :hover.

button {
    cursor: pointer;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Youth Dream