Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Hajduk <jacek.hajduk@webanywhere.co.uk>2014-05-27 12:20:44 +0400
committerJacek Hajduk <jacek.hajduk@webanywhere.co.uk>2014-05-27 12:20:44 +0400
commit4ad8d81d715c8cb2341cda0bdb6dd4da4beb9e26 (patch)
treede3c044ff7548ecd8762b181e9a2e1fc693f1023 /scss/_rotated-flipped.scss
parent1a0574fecae7057f31265dede8048fa0091deb06 (diff)
fix Issue with fa-rotate-* in IE9 #3527
Diffstat (limited to 'scss/_rotated-flipped.scss')
-rw-r--r--scss/_rotated-flipped.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/scss/_rotated-flipped.scss b/scss/_rotated-flipped.scss
index 343fa5507..a3558fd09 100644
--- a/scss/_rotated-flipped.scss
+++ b/scss/_rotated-flipped.scss
@@ -7,3 +7,14 @@
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
+
+// Hook for IE8-9
+// -------------------------
+
+:root .#{$fa-css-prefix}-rotate-90,
+:root .#{$fa-css-prefix}-rotate-180,
+:root .#{$fa-css-prefix}-rotate-270,
+:root .#{$fa-css-prefix}-flip-horizontal,
+:root .#{$fa-css-prefix}-flip-vertical {
+ filter: none;
+}