]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove progress bar striped @color parameters; use default transparent white. 9968/head
authorLuke McDonald <thelukemcdonald@gmail.com>
Wed, 21 Aug 2013 03:46:01 +0000 (22:46 -0500)
committerLuke McDonald <thelukemcdonald@gmail.com>
Wed, 21 Aug 2013 03:46:01 +0000 (22:46 -0500)
* 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.

less/mixins.less
less/progress-bars.less

index 5a3b3ee360f6f90e32afbfc84c619a73f877b116..49be704a31215b49791114a8ccc528ec1e4e6fc8 100644 (file)
 .progress-bar-variant(@color) {
   background-color: @color;
   .progress-striped & {
-    #gradient > .striped(@color);
+    #gradient > .striped();
   }
 }
 
index 49e5df8e32013f7d0e23f82c1ea7d3fde5dc2c2c..2e3e6ff27a8d52734f6fb93078d6ef874b68c362 100644 (file)
@@ -60,7 +60,7 @@
 
 // Striped bars
 .progress-striped .progress-bar {
-  #gradient > .striped(@progress-bar-bg);
+  #gradient > .striped();
   background-size: 40px 40px;
 }