aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Yoshida <[email protected]>2019-07-12 19:23:43 +0900
committerXhmikosR <[email protected]>2019-07-12 13:23:43 +0300
commit50f97710eb96c8c713a036f07ebd65766917ca23 (patch)
treefbb4b6fa03758da55bb2d44514d37b33ed9c2fc5
parentd479fd89d0dc85ad8c6aa9042aa0090b4e4c4a22 (diff)
downloadbootstrap-50f97710eb96c8c713a036f07ebd65766917ca23.tar.xz
bootstrap-50f97710eb96c8c713a036f07ebd65766917ca23.zip
Drop support for .form-control-plaintext inside .input-group (#28972)
* Revert "Fix readonly-plain-text with button addon (#25871)" This reverts commit ff40e00323f9256d8dfb678d13b57bfb01ac7354. * Add migration comment
-rw-r--r--scss/_input-group.scss1
-rw-r--r--site/content/docs/4.3/migration.md1
2 files changed, 1 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss
index 082f0464c..c4daddf0c 100644
--- a/scss/_input-group.scss
+++ b/scss/_input-group.scss
@@ -12,7 +12,6 @@
width: 100%;
> .form-control,
- > .form-control-plaintext,
> .custom-select,
> .custom-file {
position: relative; // For focus state's z-index
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md
index 3db2a451f..7a91b3daf 100644
--- a/site/content/docs/4.3/migration.md
+++ b/site/content/docs/4.3/migration.md
@@ -56,6 +56,7 @@ Changes to Reboot, typography, tables, and more.
## Forms
+- Dropped support for `.form-control-plaintext` inside `.input-group`
- **Todo:** Move forms documentation to it's own top-level section
- **Todo:** Rearrange source Sass files (under `scss/forms/`)
- **Todo:** Combine native and custom checkboxes and radios