From: Mark Otto Date: Sun, 15 Nov 2015 04:10:53 +0000 (-0800) Subject: Fix IE9 clickthru of carousel controls X-Git-Tag: v3.3.6~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0820da3f52b83415a694ba181d7bbc5e3dd2cc68;p=thirdparty%2Fbootstrap.git Fix IE9 clickthru of carousel controls --- diff --git a/less/carousel.less b/less/carousel.less index 590f5756ea..252011e9e2 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -101,6 +101,7 @@ color: @carousel-control-color; text-align: center; text-shadow: @carousel-text-shadow; + background-color: rgba(0, 0, 0, 0); // Fix IE9 click-thru bug // We can't have this transition here because WebKit cancels the carousel // animation if you trip this while in the middle of another animation.