Commit c8402e6e authored by Luke McDonald's avatar Luke McDonald

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.
parent e965ef0d
......@@ -496,7 +496,7 @@
.progress-bar-variant(@color) {
background-color: @color;
.progress-striped & {
#gradient > .striped(@color);
#gradient > .striped();
}
}
......
......@@ -60,7 +60,7 @@
// Striped bars
.progress-striped .progress-bar {
#gradient > .striped(@progress-bar-bg);
#gradient > .striped();
background-size: 40px 40px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment