aboutsummaryrefslogtreecommitdiff
path: root/less/component-animations.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/component-animations.less')
-rw-r--r--less/component-animations.less5
1 files changed, 0 insertions, 5 deletions
diff --git a/less/component-animations.less b/less/component-animations.less
index a771ec96b..ac48e8514 100644
--- a/less/component-animations.less
+++ b/less/component-animations.less
@@ -2,11 +2,6 @@
// Component animations
// --------------------------------------------------
-// Heads up!
-//
-// We don't use the `.opacity()` mixin here since it causes a bug with text
-// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.
-
.fade {
opacity: 0;
transition: opacity .15s linear;