Design comparison
SolutionDesign
Solution retrospective
When creating anything clickable you'll find that in mobile devices you got a little highlight-color when pressing a button even if you gave nothing on hover or active pseudo-classes, So to encounter that using
element-selector { -webkit-tap-highlight-color: transparent; }
will really help and make it look seamless
Community feedback
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