[PE mobile] fix svg mask stylesheet
This commit is contained in:
parent
2d39a80846
commit
6fdca27961
|
@ -3,6 +3,7 @@
|
|||
@url: `encodeURIComponent(@{svg})`;
|
||||
background-color: @color;
|
||||
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,@{url}");
|
||||
mask-size: contain;
|
||||
}
|
||||
|
||||
.encoded-svg-uncolored-mask(@svg) {
|
||||
|
|
Loading…
Reference in a new issue