0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Add note to the summary of important changes

This commit is contained in:
Mark Otto 2019-01-03 19:09:47 -08:00 committed by XhmikosR
parent e1b990fb90
commit b478234cba

View File

@ -206,6 +206,7 @@ Various form elements have been rebooted for simpler base styles. Here are some
- `<label>`s are set to `display: inline-block` to allow `margin` to be applied. - `<label>`s are set to `display: inline-block` to allow `margin` to be applied.
- `<input>`s, `<select>`s, `<textarea>`s, and `<button>`s are mostly addressed by Normalize, but Reboot removes their `margin` and sets `line-height: inherit`, too. - `<input>`s, `<select>`s, `<textarea>`s, and `<button>`s are mostly addressed by Normalize, but Reboot removes their `margin` and sets `line-height: inherit`, too.
- `<textarea>`s are modified to only be resizable vertically as horizontal resizing often "breaks" page layout. - `<textarea>`s are modified to only be resizable vertically as horizontal resizing often "breaks" page layout.
- `<button>`s and `<input>` button elements have `cursor: pointer` when `:not(:disabled)`.
These changes, and more, are demonstrated below. These changes, and more, are demonstrated below.