diff options
| author | Mark Otto <[email protected]> | 2014-07-08 19:20:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 19:20:45 -0700 |
| commit | c825629ffe096c116aed21dbba14e07f2615472d (patch) | |
| tree | 1a322b397c961df907d089c4ea8b65d3dbc70969 /less/carousel.less | |
| parent | 6c7a6b4691746937a127c0834f48e3f3e1443c3e (diff) | |
| download | bootstrap-c825629ffe096c116aed21dbba14e07f2615472d.tar.xz bootstrap-c825629ffe096c116aed21dbba14e07f2615472d.zip | |
Nuke all IE8 fallbacks and comments and hacks
Diffstat (limited to 'less/carousel.less')
| -rw-r--r-- | less/carousel.less | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/less/carousel.less b/less/carousel.less index 612e5c289..e42378af2 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -159,15 +159,11 @@ border-radius: 10px; cursor: pointer; - // IE8-9 hack for event handling + // IE9 hack for event handling // - // Internet Explorer 8-9 does not support clicks on elements without a set + // Internet Explorer 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. - // - // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we - // set alpha transparency for the best results possible. - background-color: #000 \9; // IE8 background-color: rgba(0,0,0,0); // IE9 } .active { |
