minddust / bootstrap-progressbar

progressbar interactions for twitter bootstrap 2 & 3
www.minddust.com/project/bootstrap-progressbar
MIT License
577 stars 160 forks source link

bootstrap 3.2 flickering caused by low percentage styles #39

Closed minddust closed 10 years ago

minddust commented 10 years ago

As some of you may noticed:

the styling in bs 3.2 for low percentage causes some flickering of the progressbar.

bs set's some min-width styles for aria-valuenow 0-2. (+ some more overrides)

the value calculation is based on the width of the bar so it's not that trivial to solve.

i decided to revert those changes in order to preserve correct progressbar functionality + appearance