IE doesn't support CSS mask images

This commit is contained in:
George Drummond
2019-02-18 14:00:27 -05:00
parent f0099a2e4a
commit a6793ffaf6
2 changed files with 4 additions and 3 deletions

View File

@@ -108,10 +108,9 @@
}
&--draft:before {
background: $color-gold;
border: none;
font-size: $h6-font-size;
mask-image: url('#{$asset-path}/icons/alert.svg');
content: url('#{$asset-path}/icons/alert.svg');
}
&--incomplete:before {