Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress: indicating progressbar does not change its color #1650

Closed
soraphis opened this issue May 3, 2017 · 1 comment
Closed

Progress: indicating progressbar does not change its color #1650

soraphis opened this issue May 3, 2017 · 1 comment
Labels

Comments

@soraphis
Copy link

soraphis commented May 3, 2017

Steps to Reproduce

  1. visit the react.semantic-ui/modules/progress website
  2. checkout the indicating example
  3. compare it with the original semantic-ui example

Expected
The Progress should change its color with increasing value

Result
The Progress does not do this

@layershifter layershifter changed the title fix(Progress): indicating progressbar does not change its color Progress: indicating progressbar does not change its color May 3, 2017
@layershifter
Copy link
Member

layershifter commented May 3, 2017

@soraphis Thanks for report. SUI uses CSS selector based on data-percent attribute:

_851

We should add data-percent attribute there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants