diff options
| author | Mark Otto <[email protected]> | 2014-09-01 12:48:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-01 12:48:19 -0700 |
| commit | e37e06d73e8823c3e5fc062ae68d9d131c4c2bb4 (patch) | |
| tree | 294d800dc90538f19bd52bf1390222797126d2c7 /less | |
| parent | fe896923fce4ec29f09055b4778ebc64eda8fccc (diff) | |
| download | bootstrap-e37e06d73e8823c3e5fc062ae68d9d131c4c2bb4.tar.xz bootstrap-e37e06d73e8823c3e5fc062ae68d9d131c4c2bb4.zip | |
Fixes #14443: Only transition what needs transitioning for thumbnails to avoid Safari/Chrome render bug
Diffstat (limited to 'less')
| -rw-r--r-- | less/thumbnails.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index c428920bc..0713e67d0 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -12,7 +12,7 @@ background-color: @thumbnail-bg; border: 1px solid @thumbnail-border; border-radius: @thumbnail-border-radius; - .transition(all .2s ease-in-out); + .transition(border .2s ease-in-out); > img, a > img { |
