Skip to content

Commit 7c17fdb

Browse files
coliffromankupchak93
authored andcommitted
Fix class name on migration guide (twbs#38865)
`.custom-custom-radio` should be `.custom-radio`
1 parent a491329 commit 7c17fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/5.3/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
495495

496496
- <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.
497497
- `.custom-control.custom-checkbox` is now `.form-check`.
498-
- `.custom-control.custom-custom-radio` is now `.form-check`.
498+
- `.custom-control.custom-radio` is now `.form-check`.
499499
- `.custom-control.custom-switch` is now `.form-check.form-switch`.
500500
- `.custom-select` is now `.form-select`.
501501
- `.custom-file` and `.form-file` have been replaced by custom styles on top of `.form-control`.

0 commit comments

Comments
 (0)