]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add comment about opacity mixin not being used
authorMark Otto <otto@github.com>
Fri, 26 Jul 2013 02:56:04 +0000 (19:56 -0700)
committerMark Otto <otto@github.com>
Fri, 26 Jul 2013 02:56:04 +0000 (19:56 -0700)
less/component-animations.less

index 50e5e45c128cad8773fff72f822f540582342e14..8393aa44cc0165d3ac0544081c3beef3f1964814 100644 (file)
@@ -2,6 +2,10 @@
 // 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/twitter/bootstrap/pull/3552.
 
 .fade {
   opacity: 0;