kepi / chromeEyeDropper

Eye Dropper and Color picker extension for Google Chrome
https://eyedropper.org
209 stars 73 forks source link

hsl() color display is incorrect format #115

Closed jakeparis closed 3 years ago

jakeparis commented 6 years ago

In the popup display, the hsl() formatted colors are displayed as three integers with no units: hsl(210, 25, 80) However, this is an invalid format. The second two parameters have to have the percentage unit included like so: hsl(210, 25%, 80%)

kepi commented 6 years ago

Thanks, wasn't aware of that. I'll fix it with next update.

kepi commented 3 years ago

Thanks again for report, this is now fixed in latest version.