From 0820da3f52b83415a694ba181d7bbc5e3dd2cc68 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 14 Nov 2015 20:10:53 -0800 Subject: [PATCH] Fix IE9 clickthru of carousel controls --- less/carousel.less | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.2