mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
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:
@@ -12,7 +12,6 @@
|
||||
width: 100%;
|
||||
|
||||
> .form-control,
|
||||
> .form-control-plaintext,
|
||||
> .custom-select,
|
||||
> .custom-file {
|
||||
position: relative; // For focus state's z-index
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user