stylesheets/normalize/_embeds.scss in compass-normalize-1.3 vs stylesheets/normalize/_embeds.scss in compass-normalize-1.4
- old
+ new
@@ -6,9 +6,12 @@
// Removes border when inside `a` element in IE 8/9.
img {
border: 0;
+ @if $legacy-support-for-ie7 {
+ -ms-interpolation-mode: bicubic;
+ }
}
// Corrects overflow displayed oddly in IE 9.
svg:not(:root) {
\ No newline at end of file