Skip to content

Commit

Permalink
Fix IE9 clickthru of carousel controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 15, 2015
1 parent c0f6e1c commit 0820da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0820da3

Please sign in to comment.