Fix quirk color in IE9.

Disable IE filter.
pull/151/head
Yuwei Ba 10 years ago
parent d098c09946
commit a77e5085de

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

Loading…
Cancel
Save