2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Remove progress bar striped @color parameters; use default transparent white.

* If the @color parameter is not removed, the stripes are the same color as the element background color. In this case, the stripes do not appear.
This commit is contained in:
Luke McDonald
2013-08-20 22:46:01 -05:00
parent e965ef0df3
commit c8402e6e2a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -496,7 +496,7 @@
.progress-bar-variant(@color) {
background-color: @color;
.progress-striped & {
#gradient > .striped(@color);
#gradient > .striped();
}
}