diff options
| author | Mark Otto <[email protected]> | 2015-11-14 20:10:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-14 20:10:53 -0800 |
| commit | 0820da3f52b83415a694ba181d7bbc5e3dd2cc68 (patch) | |
| tree | 90eea5c33291c45dd9b6e08c78a3e919b79fab88 | |
| parent | c0f6e1c70e24bd5878c33621cfc563e5b77b72bc (diff) | |
| download | bootstrap-0820da3f52b83415a694ba181d7bbc5e3dd2cc68.tar.xz bootstrap-0820da3f52b83415a694ba181d7bbc5e3dd2cc68.zip | |
Fix IE9 clickthru of carousel controls
| -rw-r--r-- | less/carousel.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/carousel.less b/less/carousel.less index 590f5756e..252011e9e 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. |
