You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
It seams there is a bug with the invert filter, it is not recognized since other filters are accepted. Without including another CSS style inside the class with the invert filter, it won't even appear at all.
Originally by g.mwralhs
The following style in the SCSS file
img.invertContent{
background: inherit;
filter: invert(100%) !important;
}
will compile as
.mystyle img.invertContent {
background: inherit;
}
It seams there is a bug with the invert filter, it is not recognized since other filters are accepted. Without including another CSS style inside the class with the invert filter, it won't even appear at all.
Imported from https://dev.vaadin.com/ issue #18982
The text was updated successfully, but these errors were encountered: