]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Drop support for .form-control-plaintext inside .input-group (#28972)
authorShohei Yoshida <ysds.code@gmail.com>
Fri, 12 Jul 2019 10:23:43 +0000 (19:23 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 12 Jul 2019 10:23:43 +0000 (13:23 +0300)
* Revert "Fix readonly-plain-text with button addon (#25871)"

This reverts commit ff40e00323f9256d8dfb678d13b57bfb01ac7354.

* Add migration comment

scss/_input-group.scss
site/content/docs/4.3/migration.md

index 082f0464c55020453973062bc99bd3e745e08a4f..c4daddf0c42b6e06470bf290aeb9a647d7393e9a 100644 (file)
@@ -12,7 +12,6 @@
   width: 100%;
 
   > .form-control,
-  > .form-control-plaintext,
   > .custom-select,
   > .custom-file {
     position: relative; // For focus state's z-index
index 3db2a451fb08deb6cf4ff579d1486f7802c3fbe3..7a91b3daf6759434a0ddd722ba7edc80ecadb223 100644 (file)
@@ -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