Closed minddust closed 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)
min-width
aria-valuenow
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
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 foraria-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