diff options
| author | Mark Otto <[email protected]> | 2014-07-12 15:22:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 15:22:41 -0700 |
| commit | 3e8cddf8671db110c1d46c46c13065f6b9a67ad1 (patch) | |
| tree | 261918df4cab51326f367cc9331e0c50f0a183de /less | |
| parent | 7ec6c9fd133396f4576d0a030b26931715fb8af2 (diff) | |
| download | bootstrap-3e8cddf8671db110c1d46c46c13065f6b9a67ad1.tar.xz bootstrap-3e8cddf8671db110c1d46c46c13065f6b9a67ad1.zip | |
Fixes #13974, #14123: Remove translate3d repaint performance enhancement for text rendering and position wonkiness
Diffstat (limited to 'less')
| -rw-r--r-- | less/utilities.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/utilities.less b/less/utilities.less index c0becabe3..a26031214 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -53,5 +53,4 @@ .affix { position: fixed; - .translate3d(0, 0, 0); } |
