Design comparison
Solution retrospective
Any feedback would be greatly appreciated.
Community feedback
- @Fawkes11Posted over 3 years ago
Hi, I hope not to bother here but I have a problem solving this challenge that I can't find a solution and I see that you do, the problem is how to make the color of the bar different on both sides of the path.
0@atekronPosted over 3 years ago@Fawkes11 Hi, you need to look at _range.scss in /scss/components folder for css part of solution, but to work on webkit browsers you need to add some js, look at my function webkitProgressRangeColor() in /js/app.js
0 - @tedikoPosted over 3 years ago
Hello, Michael Kret! 👋
Good effort on this challenge! Everything works good and responds well. I am glad that you thought about
:focus
states. You have usedaria-label
on range input which is good but when it comes to toggle button - SR user will not know what option is active. Take a look at this @grace-snow solution to see how this toggle button can be done.Good luck with that, have fun coding! 💪
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