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

Webkit: IroWheelSaturation #230

Closed
raphael-buechler opened this issue Apr 19, 2022 · 0 comments
Closed

Webkit: IroWheelSaturation #230

raphael-buechler opened this issue Apr 19, 2022 · 0 comments

Comments

@raphael-buechler
Copy link

Hi there,

I have found a problem in the radial-gradient with webkit.
For webkit transparent is black with 0% alpha.

There is a simple fix.

Change in the class IroWheelSaturation:
radial-gradient(circle closest-side, rgb(255, 255, 255), transparent)

To:
radial-gradient(circle closest-side, rgb(255, 255, 255), rgba(255, 255, 255, 0))

More info to the problem: https://css-tricks.com/thing-know-gradients-transparent-black/

Greez

@jaames jaames closed this as completed Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants