diff options
| author | Christian Oliff <[email protected]> | 2023-07-04 20:45:29 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-04 13:45:29 +0200 |
| commit | 43e4bf97a8b892af42f5a03ce7056efb6efa3b58 (patch) | |
| tree | 730684145dfc5daea570287078cd2a65f08afa3a | |
| parent | 1ab75c8d14b101d7f2ab8d31f0addf549c70def7 (diff) | |
| download | bootstrap-43e4bf97a8b892af42f5a03ce7056efb6efa3b58.tar.xz bootstrap-43e4bf97a8b892af42f5a03ce7056efb6efa3b58.zip | |
Fix class name on migration guide (#38865)
`.custom-custom-radio` should be `.custom-radio`
| -rw-r--r-- | site/content/docs/5.3/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md index 99575b561..401b9ac63 100644 --- a/site/content/docs/5.3/migration.md +++ b/site/content/docs/5.3/migration.md @@ -495,7 +495,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co - <span class="badge bg-danger">Breaking</span> **Consolidated native and custom form elements.** Checkboxes, radios, selects, and other inputs that had native and custom classes in v4 have been consolidated. Now nearly all our form elements are entirely custom, most without the need for custom HTML. - `.custom-control.custom-checkbox` is now `.form-check`. - - `.custom-control.custom-custom-radio` is now `.form-check`. + - `.custom-control.custom-radio` is now `.form-check`. - `.custom-control.custom-switch` is now `.form-check.form-switch`. - `.custom-select` is now `.form-select`. - `.custom-file` and `.form-file` have been replaced by custom styles on top of `.form-control`. |
