Skip to content

Commit

Permalink
Drop support for .form-control-plaintext inside .input-group (#28972)
Browse files Browse the repository at this point in the history
* Revert "Fix readonly-plain-text with button addon (#25871)"

This reverts commit ff40e00.

* Add migration comment
  • Loading branch information
ysds authored and XhmikosR committed Jul 12, 2019
1 parent d479fd8 commit 50f9771
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scss/_input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
width: 100%;

> .form-control,
> .form-control-plaintext,
> .custom-select,
> .custom-file {
position: relative; // For focus state's z-index
Expand Down
1 change: 1 addition & 0 deletions site/content/docs/4.3/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50f9771

Please sign in to comment.