diff options
| author | Jonathan <[email protected]> | 2016-09-05 02:49:50 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-04 17:49:49 -0700 |
| commit | 7f1c36767a1355fbf2aee4f933f67287ad541fea (patch) | |
| tree | c367e2fbacfa8a7a292e5a31dc5a203f741d2abb | |
| parent | 99425321dc2b2a038ffa701854ff0133a8f189c3 (diff) | |
| download | bootstrap-7f1c36767a1355fbf2aee4f933f67287ad541fea.tar.xz bootstrap-7f1c36767a1355fbf2aee4f933f67287ad541fea.zip | |
Renamed contextual classes for tables (#20505)
To be prefixed with `.table-`.
| -rw-r--r-- | docs/migration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 197a3a7b2..1fd28016a 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -80,7 +80,8 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Renamed `.table-condensed` to `.table-sm` for consistency. - Added a new `.table-inverse` option. - Added a new `.table-reflow` option. -- Added table header modifiers: `.thead-default` and `.thead-inverse` +- Added table header modifiers: `.thead-default` and `.thead-inverse`. +- Renamed contextual classes to have a `.table-`-prefix. Hence `.active`, `.success`, `.warning`, `.danger` and `.table-info` to `.table-active`, `.table-success`, `.table-warning`, `.table-danger` and `.table-info`. ### Forms |
