mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02: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:
@@ -496,7 +496,7 @@
|
|||||||
.progress-bar-variant(@color) {
|
.progress-bar-variant(@color) {
|
||||||
background-color: @color;
|
background-color: @color;
|
||||||
.progress-striped & {
|
.progress-striped & {
|
||||||
#gradient > .striped(@color);
|
#gradient > .striped();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
// Striped bars
|
// Striped bars
|
||||||
.progress-striped .progress-bar {
|
.progress-striped .progress-bar {
|
||||||
#gradient > .striped(@progress-bar-bg);
|
#gradient > .striped();
|
||||||
background-size: 40px 40px;
|
background-size: 40px 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user