How can I remove the Click when the button is hovered? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I remove the Click when the button is hovered?

https://code.sololearn.com/W147SvKY77Q0/?ref=app

4th Jul 2018, 3:28 PM
B.D
B.D - avatar
3 Answers
+ 1
Hi Bithi D, Well, the set up of this is a little funky because the button is being made to look differently on hover and not actually revealing a separate element, so the hacky way to make the text invisible is to add "color: transparent;" to the rest of the "button:hover {}" stuff. I hope this helps! :)
4th Jul 2018, 10:53 PM
Janningā­
Janningā­ - avatar
+ 1
thanks
5th Jul 2018, 9:10 AM
B.D
B.D - avatar
0
Anytime! šŸ‘
5th Jul 2018, 9:35 AM
Janningā­
Janningā­ - avatar