]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Renamed contextual classes for tables (#20505)
authorJonathan <vanillajonathan@users.noreply.github.com>
Mon, 5 Sep 2016 00:49:50 +0000 (02:49 +0200)
committerMark Otto <markd.otto@gmail.com>
Mon, 5 Sep 2016 00:49:49 +0000 (17:49 -0700)
To be prefixed with `.table-`.

docs/migration.md

index 197a3a7b2c004d2c048d2fbae0f5ce28e901a65d..1fd28016a3785fe8708ebc97f9d85721e70be041 100644 (file)
@@ -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