2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #13881: restore existing striped progress bar behavior with theme styles

This commit is contained in:
Mark Otto
2014-06-19 18:14:56 -07:00
parent 856bc8694c
commit 8bd4163ad4
8 changed files with 23 additions and 5 deletions
+5
View File
@@ -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();
}
//