diff options
| author | Mark Otto <[email protected]> | 2014-06-19 18:14:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-19 18:14:56 -0700 |
| commit | 8bd4163ad463a0f208a55a8f64ba7fc6cb826282 (patch) | |
| tree | ba4ece1af1ab6cca0c2b4347f96d42c1b47d6522 /less/theme.less | |
| parent | 856bc8694c7eed0bd5499daf733754da7c6ce977 (diff) | |
| download | bootstrap-8bd4163ad463a0f208a55a8f64ba7fc6cb826282.tar.xz bootstrap-8bd4163ad463a0f208a55a8f64ba7fc6cb826282.zip | |
fixes #13881: restore existing striped progress bar behavior with theme styles
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/theme.less b/less/theme.less index 820270af2..b089424cf 100644 --- a/less/theme.less +++ b/less/theme.less @@ -197,6 +197,11 @@ .progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); } .progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); } +// Reset the striped class because our mixins don't do multiple gradients and +// the above custom styles override the new `.progress-bar-striped` in v3.2.0. +.progress-bar-striped { + #gradient > .striped(); +} // |
