google / material-design-lite

Material Design Components in HTML/CSS/JS
https://getmdl.io
Apache License 2.0
32.28k stars 5.03k forks source link

[Deprecation] -webkit-radial-gradient #5109

Open katsos opened 7 years ago

katsos commented 7 years ago

MDL version 1.3.0 Browser Google Chome Canary v60.0.3091.0 (Official Build) canary (64-bit)

I got this deprecation message at my console: "[Deprecation] -webkit-radial-gradient is deprecated. Please use radial-gradient instead".

I have ready my PR for this one if you want my contribution.

Garbee commented 7 years ago

This is for Chrome. It appears due to some of the comments in the source this is used to fix a clipping bug in Safari. We'd be unable to merge such a change it seems since that would then break the Safari work-around.

katsos commented 7 years ago

@Garbee Good to know. Thank you!