v2.0.0
版本发布时间: 2014-05-14 16:55:32
mdo/wtf-forms最新发布版本:v2.2.0(2014-06-11 10:42:03)
- New focus styles. Fixes #3.
- Commented out hover styles for now because iOS makes them sticky, and the hover styles weren't particularly useful.
- File inputs now require a
<span>
within.file
. This was added for proper focus state support as a<label>
has no idea if the child<input>
has focus or not. - Added
z-index: -1;
to checkboxes and radios to avoid a cursor change when hovering where the orignal input rendered. Fixes #10. - Added FAQs and this changelog to the project page.