diff options
| author | Mark Otto <[email protected]> | 2020-05-14 10:43:33 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-14 19:43:33 +0200 |
| commit | 46d876314b37e1ada096f259f74cf0c54dcd8618 (patch) | |
| tree | 8aaacaa64e79576af93850299e52e58c983762ab /site/content/docs | |
| parent | 5d11d5790a00444bdc6625c7229c86bb1a162350 (diff) | |
| download | bootstrap-46d876314b37e1ada096f259f74cf0c54dcd8618.tar.xz bootstrap-46d876314b37e1ada096f259f74cf0c54dcd8618.zip | |
Split table cell padding variables (#30815)
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/5.0/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md index 98b7036a6..bbaf43d8d 100644 --- a/site/content/docs/5.0/migration.md +++ b/site/content/docs/5.0/migration.md @@ -85,6 +85,7 @@ Changes to Reboot, typography, tables, and more. - Nested tables do not inherit styles anymore. - `.thead-light` and `.thead-dark` are dropped in favor of the `.table-*` variant classes which can be used for all table elements (`thead`, `tbody`, `tfoot`, `tr`, `th` and `td`). - The `table-row-variant()` mixin is renamed to `table-variant()` and accepts only 2 parameters: `$color` (colon name) and `$value` (color code). The border color and accent colors are automatically calculated based on the table factor variables. +- Split table cell padding variables into `-y` and `-x`. - Dropped `.pre-scrollable` class. [See #29135](https://github.com/twbs/bootstrap/pull/29135) - `.text-*` utilities do not add hover and focus states to links anymore. `.link-*` helper classes can be used instead. [See #29267](https://github.com/twbs/bootstrap/pull/29267) - Drop `.text-justify` class. [See #229793](https://github.com/twbs/bootstrap/pull/29793) |
