Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_progress.scss')
-rw-r--r--scss/_progress.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss
index 1687288adb..d98b99456f 100644
--- a/scss/_progress.scss
+++ b/scss/_progress.scss
@@ -46,12 +46,6 @@
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;