summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.3/migration.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-06 07:58:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-06 07:58:47 +0000
commit93d3b4da94cc34f7c55e39cfbed159f0e2886328 (patch)
tree72efc9b38e0e49fd402131e8c076523f14dc4f59 /site/content/docs/5.3/migration.md
parentReleasing debian version 5.3.0+dfsg-1. (diff)
downloadbootstrap-html-93d3b4da94cc34f7c55e39cfbed159f0e2886328.tar.xz
bootstrap-html-93d3b4da94cc34f7c55e39cfbed159f0e2886328.zip
Merging upstream version 5.3.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'site/content/docs/5.3/migration.md')
-rw-r--r--site/content/docs/5.3/migration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md
index 99575b5..ab486c6 100644
--- a/site/content/docs/5.3/migration.md
+++ b/site/content/docs/5.3/migration.md
@@ -495,10 +495,10 @@ 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`.
+ - `.custom-file` and `.form-control-file` have been replaced by custom styles on top of `.form-control`.
- `.custom-range` is now `.form-range`.
- Dropped native `.form-control-file` and `.form-control-range`.