You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core: Add support for hex colors with alpha transparency
Hex colors with alpha transparency are supported in Firefox and Chrome,
at least, perhaps others as well:
eg. #0099bbff (is #0099bb color with ff alpha)
However, jquery-color would convert this hex value to an rgb value
losing the alpha transparency:
eg. rgb(0, 153, 187)
Fixes#129Closes#126
0 commit comments