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 --- dist/css/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 289e29580..607edc39a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4680,9 +4680,9 @@ a.list-group-item.active > .badge, background-color: #fff; border: 1px solid #ddd; border-radius: 4px; - -webkit-transition: all .2s ease-in-out; - -o-transition: all .2s ease-in-out; - transition: all .2s ease-in-out; + -webkit-transition: border .2s ease-in-out; + -o-transition: border .2s ease-in-out; + transition: border .2s ease-in-out; } .thumbnail > img, .thumbnail a > img { -- cgit v1.2.3