]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix class name on migration guide (#38865)
authorChristian Oliff <christianoliff@pm.me>
Tue, 4 Jul 2023 11:45:29 +0000 (20:45 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 11:45:29 +0000 (13:45 +0200)
`.custom-custom-radio` should be `.custom-radio`

site/content/docs/5.3/migration.md

index 99575b561b8aa649555f15871ff02247f228caa1..401b9ac638c70d6093cdf0e8c33e9f49786b9a38 100644 (file)
@@ -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`.