diff options
| author | Bardi Harborow <[email protected]> | 2016-12-23 08:41:31 +1100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:41:31 -0800 |
| commit | 855a67b1d6364be9bf730871dd4914d8d760589d (patch) | |
| tree | b84b6fb490c894cb45110d69ae2bfe8f295496c5 /scss/_progress.scss | |
| parent | b01f5a1a385bbb224cea68a9a5d73fdb586c33f3 (diff) | |
| download | bootstrap-855a67b1d6364be9bf730871dd4914d8d760589d.tar.xz bootstrap-855a67b1d6364be9bf730871dd4914d8d760589d.zip | |
Remove IE9 browser hacks. (#21393)
Diffstat (limited to 'scss/_progress.scss')
| -rw-r--r-- | scss/_progress.scss | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss index 8b0225e9a..800138cdc 100644 --- a/scss/_progress.scss +++ b/scss/_progress.scss @@ -54,21 +54,6 @@ base::-moz-progress-bar, // Absurd-but-syntactically-valid selector to make thes @include box-shadow($progress-box-shadow); } -// IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. -@media screen and (min-width:0\0) { - .progress { - background-color: $progress-bg; - @include border-radius($progress-border-radius); - @include box-shadow($progress-box-shadow); - } - .progress-bar { - display: inline-block; - height: $spacer-y; - text-indent: -999rem; // Simulate hiding of value as in native `<progress>` - background-color: $progress-bar-color; - } -} - // // Striped @@ -86,13 +71,6 @@ base::-moz-progress-bar, // Absurd-but-syntactically-valid selector to make thes @include gradient-striped(); background-size: $spacer-y $spacer-y; } -// IE9 -@media screen and (min-width:0\0) { - .progress-bar-striped { - @include gradient-striped(); - background-size: $spacer-y $spacer-y; - } -} // @@ -105,12 +83,6 @@ base::-moz-progress-bar, // Absurd-but-syntactically-valid selector to make thes .progress-animated[value]::-moz-progress-bar { animation: progress-bar-stripes 2s linear infinite; } -// IE9 -@media screen and (min-width:0\0) { - .progress-animated .progress-bar-striped { - animation: progress-bar-stripes 2s linear infinite; - } -} // |
