Official comment

Hi Gregory,
I'll see if I can get linear-gradient added to the CSS whitelist so it doesn't get removed any more.
in a web form, adding this custom css:
button[type="submit"] {
background: linear-gradient(to bottom red blue);
}
gets removed. I don't think linear-gradient is harmful, no?
Hi Gregory,
I'll see if I can get linear-gradient added to the CSS whitelist so it doesn't get removed any more.
Please sign in to leave a comment.