From 50f97710eb96c8c713a036f07ebd65766917ca23 Mon Sep 17 00:00:00 2001 From: Shohei Yoshida Date: Fri, 12 Jul 2019 19:23:43 +0900 Subject: [PATCH] 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 --- scss/_input-group.scss | 1 - site/content/docs/4.3/migration.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 082f0464c5..c4daddf0c4 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 3db2a451fb..7a91b3daf6 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