aboutsummaryrefslogtreecommitdiff
path: root/less/carousel.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-22 19:30:51 -0800
committerMark Otto <[email protected]>2014-12-22 19:30:51 -0800
commitb615bd938bccbebb7dc5f89081f4fa024784bf1f (patch)
tree1f7b9268215a84df935d1d06c3a2e7e95cc3f96c /less/carousel.less
parentc41970c5797cd1c3b61a5396031a3258c9c07705 (diff)
parent3668bde098e1bce289ba313119fe3cf05d01825b (diff)
downloadbootstrap-b615bd938bccbebb7dc5f89081f4fa024784bf1f.tar.xz
bootstrap-b615bd938bccbebb7dc5f89081f4fa024784bf1f.zip
Merge branch 'master' of https://github.com/twbs/bootstrap
Conflicts: dist/css/bootstrap.css.map
Diffstat (limited to 'less/carousel.less')
-rw-r--r--less/carousel.less1
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.