diff options
| author | Chris Rebert <[email protected]> | 2014-12-22 19:10:23 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-22 19:10:23 -0800 |
| commit | 5e8dd7d438fbcd3479b1a18d8f8d76f071c43843 (patch) | |
| tree | 59f21baa26b4fd66fe59d081cdfa4f9cbcdda4f7 /less/carousel.less | |
| parent | fa08c932cd72448a42eb3b2283478c39bffc0373 (diff) | |
| parent | 75ec7393ec2940cb1f015dc2d002328833ad3ef8 (diff) | |
| download | bootstrap-5e8dd7d438fbcd3479b1a18d8f8d76f071c43843.tar.xz bootstrap-5e8dd7d438fbcd3479b1a18d8f8d76f071c43843.zip | |
Merge pull request #15428 from twbs/browser-bugs
add/update/summarize browser bug refs in Less comments
Diffstat (limited to 'less/carousel.less')
| -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 a28e397a5..4bbe946d3 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -196,6 +196,7 @@ // Internet Explorer 8-9 does not support clicks on elements without a set // `background-color`. We cannot use `filter` since that's not viewed as a // background color by the browser. Thus, a hack is needed. + // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer // // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we // set alpha transparency for the best results possible. |
