Skip to content

Commit

Permalink
Fixes #14736: Reverts the remaining progress bar min value overrides …
Browse files Browse the repository at this point in the history
…from #12848
  • Loading branch information
mdo committed Oct 26, 2014
1 parent 3fcd65a commit 2c2564f
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 33 deletions.
8 changes: 0 additions & 8 deletions dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/raw-files.min.js

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions docs/dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions less/progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@
.animation(progress-bar-stripes 2s linear infinite);
}

// Account for lower percentages
.progress-bar {
&[aria-valuenow="0"] {
color: @gray-light;
min-width: 30px;
background-color: transparent;
background-image: none;
box-shadow: none;
}
}



// Variations
// -------------------------
Expand Down

0 comments on commit 2c2564f

Please sign in to comment.