diff options
| author | Mark Otto <[email protected]> | 2019-01-03 19:09:47 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-04 11:53:32 +0200 |
| commit | b478234cbae80ea13bb19d3eb04d2ee6828b151d (patch) | |
| tree | 6d6c39d27a8c26b6f088b58ea18d50306b6ff1d0 /site | |
| parent | e1b990fb9098d10979fe74e8521c2b39d64312b9 (diff) | |
| download | bootstrap-b478234cbae80ea13bb19d3eb04d2ee6828b151d.tar.xz bootstrap-b478234cbae80ea13bb19d3eb04d2ee6828b151d.zip | |
Add note to the summary of important changes
Diffstat (limited to 'site')
| -rw-r--r-- | site/docs/4.2/content/reboot.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/4.2/content/reboot.md b/site/docs/4.2/content/reboot.md index 66a5d5a97..e25d6e2de 100644 --- a/site/docs/4.2/content/reboot.md +++ b/site/docs/4.2/content/reboot.md @@ -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. - `<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. +- `<button>`s and `<input>` button elements have `cursor: pointer` when `:not(:disabled)`. These changes, and more, are demonstrated below. |
