Frontend Mentor | Newsletter sign-up form with success message
Design comparison
Solution retrospective
lol what's the css setting to remove a button highlight after clicking? Also, if there's anything I can improve on, please tell me!
Community feedback
- @dylan-dot-cPosted 13 days ago
What do you mean button highlight? Like the text highlight? If it that then it would be
user-select: none/disabled
not sure which one exactly0@TheTrueScoutPosted 13 days ago@dylan-dot-c you know when you click on a button and it has this light blue highlight?
0@dylan-dot-cPosted 13 days ago@TheTrueScout is it while you are clicking/holding on the button? If so it might be an active state you could do
button:active {}
0@TheTrueScoutPosted 13 days ago@dylan-dot-c bahaha yeah i just tried it again and i guess it was because i was holding it down. didn't show up if i just click. ocd kicked in my bad
0@dylan-dot-cPosted 13 days ago@TheTrueScout no worries bro, its all about the learning experience
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord