Design comparison
SolutionDesign
Solution retrospective
Works good on chrome, but couldn't get text field outline to work on Firefox. Any tips and suggestions are welcome.
Community feedback
- @rohailtahaPosted about 3 years ago
Maybe you can use something like input:focus { outline: 2px solid hsl(183, 100%, 15%); } to work on firefox. the pseudo element may be just ":focus" or ":focus-visible";
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