You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
patrickgaskill
changed the title
Indicating Progress bar displaying wrong color when given a decimal value
Progress: indicating bar displaying wrong color with decimal value
May 12, 2017
patrickgaskill
added a commit
to patrickgaskill/Semantic-UI-React
that referenced
this issue
May 12, 2017
* fix(Progress): Floor data-percent attribute
Floor the data-percent attribute so Semantic UI CSS works as expected.
Fixes#1671
* test(Progress): test for flooring data-percent (#1672)
Related to #1671
Steps
Expected Result
The progress bar should be the
@indicatingFirstColor
, a red color.Actual Result
The progress bar is
@indicatingFifthLabelColor
, a green color.Version
0.68.3
Testcase
http://codepen.io/patrickgaskill/pen/xdWMwY
The text was updated successfully, but these errors were encountered: