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
Since IE11 is still supported we cannot use the .icon-white class as added in #7319, since filter:invert(100%); is not supported: https://caniuse.com/#search=invert
Not yet fixed, #9984 is the foundation of it, we still need to get rid of the invert filter and load the icons with white color for the icon-white class. I'll have a look.
Since IE11 is still supported we cannot use the
.icon-white
class as added in #7319, sincefilter:invert(100%);
is not supported: https://caniuse.com/#search=invertA possible solution would be to use something like https://github.com/shekhardesigner/InvertImages to provide a fallback solution for IE11. We could even simplify the script a bit: https://github.com/shekhardesigner/InvertImages/blob/master/jquery.invertImages.js
@nextcloud/designers @pixelipo
The text was updated successfully, but these errors were encountered: