simonwep / pickr

🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
https://simonwep.github.io/pickr
MIT License
4.29k stars 287 forks source link

Make palette accessible #309

Open bjarnef opened 2 years ago

bjarnef commented 2 years ago

When looking at the demo here https://simonwep.github.io/pickr/ the pickr is almost accessible and navigable using keyboard. It is also possible to select a color from palette, however you can't see which color is active (has focus). Only the active/selected color is highlighted with a border.

simonwep commented 2 years ago

Related to #11