This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
v2.0.0
- 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.