Design comparison
SolutionDesign
Solution retrospective
Can someone tell me how to remove blue box from button when clicked in mobile.
Community feedback
- @waltersonoPosted over 3 years ago
Hi Akash
Nice work,
Just as a suggestion:
- Dont set heights to images unless you really have to;
- To fix the weird streching of the image when resizing the browser just remove the height or set it to "auto"
Marked as helpful0 - @vanzasetiaPosted over 3 years ago
👋Hi Akash! My name is Vanza!
The blue box on the mobile browser, it's a sign that it has
cursor: pointer
on it. So, if you want to remove the blue box, just setcursor: unset
on mobile breakpoint.That's it! Hopefully this answer your question!
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