Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Hover preview doesn´t support standardized css gradients! #3691

Closed
anselm-urban opened this issue May 1, 2013 · 1 comment
Closed

Hover preview doesn´t support standardized css gradients! #3691

anselm-urban opened this issue May 1, 2013 · 1 comment

Comments

@anselm-urban
Copy link

background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
^ When hovering this gradient, only the rgba colors show up in hover preview.

background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
^ This works fine.

@redmunds
Copy link
Contributor

redmunds commented May 1, 2013

This is a known issue captured in #3458. Specifically, it's the "to" keyword that's not yet supported.

Chrome 26 supports rendering those gradients, but Brackets is still using a CEF3 version with Chrome 25. But, we should be upgrading soon.

Closing.

@redmunds redmunds closed this as completed May 1, 2013
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants