]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #18658: no more min-width action on progress bars. we had them in v3 and ended...
authorMark Otto <markdotto@gmail.com>
Wed, 6 Jan 2016 22:33:58 +0000 (14:33 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 6 Jan 2016 22:33:58 +0000 (14:33 -0800)
scss/_progress.scss

index 1687288adbf1c6f816774783c51f64fb35754ac9..d98b99456f2061ec15198e649d69f711cf90b488 100644 (file)
   border-bottom-left-radius: $border-radius;
 }
 // Tweaks for empty progress bar
-.progress[value="0"]::-moz-progress-bar {
-  min-width: 2rem;
-  color: $gray-light;
-  background-color: transparent;
-  background-image: none;
-}
 // Tweaks for full progress bar
 .progress[value="100"]::-moz-progress-bar {
   border-top-right-radius: $border-radius;
@@ -90,12 +84,6 @@ base::-moz-progress-bar, // Absurd-but-syntactically-valid selector to make thes
     border-top-left-radius: $border-radius;
     border-bottom-left-radius: $border-radius;
   }
-  .progress[width^="0"] {
-    min-width: 2rem;
-    color: $gray-light;
-    background-color: transparent;
-    background-image: none;
-  }
   .progress[width="100%"] {
     border-top-right-radius: $border-radius;
     border-bottom-right-radius: $border-radius;