0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-12 00:08:59 +01:00

Merge pull request #18252 from twbs/mdo-patch-1

Fix IE9 clickthru of carousel controls
This commit is contained in:
Mark Otto 2015-11-14 20:11:16 -08:00
commit 03885dc881

View File

@ -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.