We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Slack:
The black buttons (screenshot) are supposed to have a transparent background color. "color": { "transparent": { "value": "hsla(0, 0%, 0%, 0)", "type": "color" }, But they are displayed black (Fill #000000 100%). It seems this issue was introduced with V129 or V130 Is this only us or anyone else using hsla(0, 0%, 0%, 0) and getting instead hsla(0, 0%, 0%, 1) displayed?
The black buttons (screenshot) are supposed to have a transparent background color.
"color": { "transparent": { "value": "hsla(0, 0%, 0%, 0)", "type": "color" },
But they are displayed black (Fill #000000 100%). It seems this issue was introduced with V129 or V130
Is this only us or anyone else using hsla(0, 0%, 0%, 0) and getting instead hsla(0, 0%, 0%, 1) displayed?
hsla(0, 0%, 0%, 0)
hsla(0, 0%, 0%, 1)
Slack Message
Related:
toHex
hsla
a = 0
The text was updated successfully, but these errors were encountered:
dcd329b
fixes #1516
70276f8
d494532
3b1d9d6
Successfully merging a pull request may close this issue.
From Slack:
Slack Message
Related:
toHex
withhsla
wherea = 0
leads to a result with alpha=1 ricokahler/color2k#463The text was updated successfully, but these errors were encountered: