0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Docs: Fix incorrect .form-file on migration guide (#38883)

This commit is contained in:
Christian Oliff 2023-07-10 17:04:21 +09:00 committed by GitHub
parent df38215585
commit 42a055c7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,7 +498,7 @@ Want more information? [Read the v5.1.0 blog post.](https://blog.getbootstrap.co
- `.custom-control.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-control.custom-switch` is now `.form-check.form-switch`.
- `.custom-select` is now `.form-select`. - `.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`. - `.custom-range` is now `.form-range`.
- Dropped native `.form-control-file` and `.form-control-range`. - Dropped native `.form-control-file` and `.form-control-range`.