Browse Source

Fix quirk color in IE9.

Disable IE filter.
pull/151/head
Yuwei Ba 9 years ago
parent
commit
a77e5085de
  1. 4
      style/mixins/compatibility.less

4
style/mixins/compatibility.less

@ -15,6 +15,10 @@
@negsintheta: ~`"@{sintheta}" * -1`; @negsintheta: ~`"@{sintheta}" * -1`;
filter: ~"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=@{costheta}, M12=@{negsintheta}, M21=@{sintheta}, M22=@{costheta})"; filter: ~"progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=@{costheta}, M12=@{negsintheta}, M21=@{sintheta}, M22=@{costheta})";
zoom: 1; zoom: 1;
:root & {
filter: none;
}
} }
// support rotate for all browsers // support rotate for all browsers

Loading…
Cancel
Save