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

Make striped progress bars its own class #13861

Merged
merged 4 commits into from
Jun 19, 2014
Merged

Conversation

mdo
Copy link
Member

@mdo mdo commented Jun 19, 2014

Fixes #13347.

Basically for some stupid reason I scoped striped progress bars to an immediate parent class. That's just silly, and this gets around that by adding a second selector to target just .progress-bar-striped. Essentially, just add it to an existing .progress-bar and you get stripes overlaid.

Probably need to add some docs for this and perhaps deprecate the old shit.

/cc @tristanlins

@mdo mdo added css labels Jun 19, 2014
@mdo
Copy link
Member Author

mdo commented Jun 19, 2014

Added the docs and deprecated all the things.

@mdo mdo added this to the v3.2.0 milestone Jun 19, 2014
mdo added a commit that referenced this pull request Jun 19, 2014
Make striped progress bars its own class
@mdo mdo merged commit f685f2a into master Jun 19, 2014
@mdo mdo deleted the new_striped_progress_bar_class branch June 19, 2014 06:32
@mdo mdo mentioned this pull request Jun 19, 2014
@tristanlins
Copy link

Nice 👍

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

Successfully merging this pull request may close these issues.

Mix striped and non-striped progress bars
2 participants