Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Problem with CSS linear-gradient
Hi all,
I try to overwrite the background image (linear-gradient) of selected cells in a grid:
.v-grid-row-selected > .v-grid-cell {
background-image: linear-gradient(black 33.3%, red 33.3%, red 66.6%, gold 66.6%);
}
But the compiled CSS I see is
background-image: linear, black 33.3%, red 33.3%, red 66.6%, gold 66.6%;
This is not valid and so the background image from original theme is used.
Any ideas? Maybe it's a bug?
Vaadin 7.6.3
Thanks in advance
Maik
Last updated on
Google is your friend... -> www.google.de/search?q=vaadin+sass+linear-gradient -> vaadin.com/forum#!/thread/8127922
took me about ten seconds to find it...
Last updated on
You cannot reply to this thread.