Skip to content
New issue

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

hsla() with alpha of 0 leads to alpha 1 result #1516

Closed
six7 opened this issue Jan 4, 2023 — with Slack · 0 comments · Fixed by #1513
Closed

hsla() with alpha of 0 leads to alpha 1 result #1516

six7 opened this issue Jan 4, 2023 — with Slack · 0 comments · Fixed by #1513
Labels
bug Something isn't working

Comments

Copy link
Collaborator

six7 commented Jan 4, 2023

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?

Slack Message

Related:

@six7 six7 added the bug Something isn't working label Jan 4, 2023 — with Slack
@six7 six7 mentioned this issue Jan 6, 2023
@six7 six7 closed this as completed in dcd329b Jan 10, 2023
six7 added a commit that referenced this issue Jan 10, 2023
six7 added a commit that referenced this issue Jan 13, 2023
six7 added a commit that referenced this issue Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant