Skip to content

Commit

Permalink
Fixes #13974, #14123: Remove translate3d repaint performance enhancem…
Browse files Browse the repository at this point in the history
…ent for text rendering and position wonkiness
  • Loading branch information
mdo committed Jul 12, 2014
1 parent 7ec6c9f commit 3e8cddf
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
2 changes: 0 additions & 2 deletions dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion less/utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@

.affix {
position: fixed;
.translate3d(0, 0, 0);
}

1 comment on commit 3e8cddf

@cvrebert
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverts the affix portion of #13649.

Please sign in to comment.