itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 367 forks source link

Fix change saturation color zone on click in hue zone when color is grayscale … #270

Closed sergeir82 closed 6 years ago

sergeir82 commented 6 years ago

Description

Fix change saturation color zone on click in hue zone when color is grayscale, black or white. Issue #203

Check list

sergeir82 commented 6 years ago

It seems to me, last travis script checks that dist and index.html not change after grunt run and git diff must be without HEAD~1 : if ! git diff --name-only --quiet -- dist docs src index.html --; then echo \"Files where modified after grunt execution!!...\"; exit 1; fi

itsjavi commented 6 years ago

Thank you! I will check what's the issue with Travis and release your fix ASAP