diff options
| author | Mark Otto <[email protected]> | 2014-07-08 19:22:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 19:22:19 -0700 |
| commit | ff4ff3bd0619035313ef245839fae7865039dd25 (patch) | |
| tree | 6c353b73425bb3072af3e7adf62d5445d3020aaa /less/component-animations.less | |
| parent | c825629ffe096c116aed21dbba14e07f2615472d (diff) | |
| download | bootstrap-ff4ff3bd0619035313ef245839fae7865039dd25.tar.xz bootstrap-ff4ff3bd0619035313ef245839fae7865039dd25.zip | |
Drop: .opacity() mixin because we no longer support IE8
Diffstat (limited to 'less/component-animations.less')
| -rw-r--r-- | less/component-animations.less | 5 |
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; |
