Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-09-14 05:14:45 +0300
committerMark Otto <otto@github.com>2020-09-23 02:49:02 +0300
commit57fc28a8548c88d7e79224e9f51611c3d5b278e2 (patch)
tree5cd34946daca3057675ea3a2dfb995c627e6ae53
parent95f81f833153f8680328ff15c88147e96b0525ac (diff)
Add details to the Migration page
-rw-r--r--site/content/docs/5.0/migration.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 2c9dc4011c..01f33d4449 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -48,6 +48,12 @@ toc: true
- Disabled states of buttons are easier to customize thanks to additional arguments in the `button-variant()` mixin. [See #30639.](https://github.com/twbs/bootstrap/pull/30639)
+#### Close button
+
+- Renamed `.close` to `.btn-close` for a less generic name.
+- Close buttons now use a `background-image` (embedded SVG) instead of a `&times;` in the HTML, allowing for easier customization without the need to touch your markup.
+- Added new variables to better control the customization.
+
#### Navs
- Added new `null` variables for `font-size`, `font-weight`, `color`, and `:hover` `color` to the `.nav-link` class.