From e37e06d73e8823c3e5fc062ae68d9d131c4c2bb4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Sep 2014 12:48:19 -0700 Subject: Fixes #14443: Only transition what needs transitioning for thumbnails to avoid Safari/Chrome render bug --- less/thumbnails.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') 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 { -- cgit v1.2.3