aboutsummaryrefslogtreecommitdiff
path: root/less/theme.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-19 18:14:56 -0700
committerMark Otto <[email protected]>2014-06-19 18:14:56 -0700
commit8bd4163ad463a0f208a55a8f64ba7fc6cb826282 (patch)
treeba4ece1af1ab6cca0c2b4347f96d42c1b47d6522 /less/theme.less
parent856bc8694c7eed0bd5499daf733754da7c6ce977 (diff)
downloadbootstrap-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.less5
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();
+}
//