]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix IE9 clickthru of carousel controls 18252/head
authorMark Otto <markd.otto@gmail.com>
Sun, 15 Nov 2015 04:10:53 +0000 (20:10 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 15 Nov 2015 04:10:53 +0000 (20:10 -0800)
less/carousel.less

index 590f5756eaae0f05c6a1ff60fac5d2f3e3dceab3..252011e9e250811e000f2067d88d04ba34d6e80c 100644 (file)
   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.