Skip to content

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

Merged
mdo merged 4 commits intotwbs:v4-devfrom
pat270:table-inverse-default
Aug 22, 2017
Merged

Rename .table-inverse, .thead-inverse, .thead-default to .*-dark, .*-light#23560
mdo merged 4 commits intotwbs:v4-devfrom
pat270:table-inverse-default

Conversation

@pat270
Copy link
Copy Markdown
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.

pat270 added 4 commits August 18, 2017 18:13
…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
@XhmikosR XhmikosR requested a review from mdo August 19, 2017 09:20
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