Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-12-31 03:38:09 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-12-31 03:38:09 +0300
commitfc942ce310bafbe5f52708f6e80ca00b3b700bc5 (patch)
tree4ba337d0b041a64aa9d5deed196f812bde81a94e
parentd90dddf5e0247191b6be1310a05bc8a32edeaf64 (diff)
Mention -file-text change in Migration docs (#25144)
Fixes #25127.
-rw-r--r--docs/4.0/migration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 39b7dfa168..0ec2773c45 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -27,6 +27,8 @@ While Beta 2 saw the bulk of our breaking changes during the beta phase, but we
- Removed `.col-form-legend` in favor of a slightly improved `.col-form-label`. This way `.col-form-label-sm` and `.col-form-label-lg` can be used on `<legend>` elements with ease.
+- Custom file inputs received a change to their `$custom-file-text` Sass variable. It's no longer a nested Sass map and now only powers one string—the `Browse` button as that is now the only pseudo-element generated from our Sass. The `Choose file` text now comes from the `.custom-file-label`.
+
### Input groups
- Input group addons are now specific to their placement relative to an input. We've dropped `.input-group-addon` and `.input-group-btn` for two new classes, `.input-group-prepend` and `.input-group-append`. You must explicitly use an append or a prepend now, simplifying much of our CSS.