creativetimofficial / paper-kit-2

Paper Kit is a Fully Coded Web UI Kit based on Bootstrap.
http://demos.creative-tim.com/paper-kit
MIT License
200 stars 103 forks source link

Checkboxes/Radios hover state triggered on Mobile makes you think the check is still checked #10

Open alexandru-paduraru opened 7 years ago

alexandru-paduraru commented 7 years ago

Bug from Dan Blais:

"Hi Alex,

Thanks for your response, I've been able to get checkboxes interacting with Javascript.

Now I think I found a real bug. After un-checking a checkbox on an iPhone 6, the checkbox is still slightly grey. I've attached a screenshot, I had unchecked the top checkbox on your demo page: http://demos.creative-tim.com/paper-kit

Thanks, Dan"

image1

Fix solution:

Please go to line 1928 in css/ct-paper.css and remove this code:

.checkbox:hover .first-icon, .radio:hover .first-icon { opacity: 0; }