]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add note to the summary of important changes
authorMark Otto <otto@github.com>
Fri, 4 Jan 2019 03:09:47 +0000 (19:09 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 4 Jan 2019 09:53:32 +0000 (11:53 +0200)
site/docs/4.2/content/reboot.md

index 66a5d5a9789dbe77eaf71fd264ff2593d9f795ba..e25d6e2de0350f77dbc15a47851fb757fa81b94b 100644 (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.
 - `<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.