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

Rename .table-inverse, .thead-inverse, .thead-default to .*-dark, .*-light #23560

Merged
merged 4 commits into from
Aug 22, 2017

Conversation

pat270
Copy link
Contributor

@pat270 pat270 commented Aug 19, 2017

Sending another breaking change, this seemed like an oversight. I renamed .table-inverse, .thead-inverse, .thead-default to .table-dark, .thead-dark, .thead-light. I also changed the variables $table-inverse-* to $table-dark-*.

The last commit fixes a bug where .thead-inverse and .thead-default doesn't apply the proper variant border color, also made the selector more specific so that it will win over the parent .table class e.g. using .table-inverse with .thead-default.

…cent-bg`, `$table-inverse-hover-bg`, `$table-inverse-border-color`, `$table-inverse-color` to `$table-dark-bg`, `$table-dark-accent-bg`, `$table-dark-hover-bg`, `$table-dark-border-color`, `$table-dark-color` for consistency
…e-dark`, `.thead-dark`, `.thead-light` respectively
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants