Drop support for .form-control-plaintext inside .input-group (#28972)

* Revert "Fix readonly-plain-text with button addon (#25871)"

This reverts commit ff40e00323.

* Add migration comment
This commit is contained in:
Shohei Yoshida 2019-07-12 19:23:43 +09:00 committed by XhmikosR
parent d479fd89d0
commit 50f97710eb
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@
width: 100%;
> .form-control,
> .form-control-plaintext,
> .custom-select,
> .custom-file {
position: relative; // For focus state's z-index

View 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