79623672

Date: 2025-05-15 15:15:19
Score: 0.5
Natty:
Report link

You can play with the opacity, but without reducing it completely, which would render the button insensitive to hover.

.btn {
  opacity:0.01;
}
.btn:hover {
  opacity:1;
}

This does not prevent putting in a transition.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AlainPre