1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-14 18:33:57 +02:00

7 Commits

Author SHA1 Message Date
markcytian
c4aec38674 feat(form): add "is-disabled" class with form 2021-05-11 13:21:48 +08:00
BcRikko
c40598341e refactor: add visually-hidden util 2019-07-14 13:22:02 +09:00
kyu-suke
3c2e25a320 fix: accessibility
* delete `visibility: hidden;`
* set 1px height and width to radio and checkbox
* set background color
2019-06-30 22:47:30 +09:00
kyu-suke
1f3368512c fix: radio and checkbox style in ios
* add visibility
2019-06-28 01:15:09 +09:00
Ilyeo
9c4afae3d4 feat(checkbox): add dark mode to checkbox
We need to add styles when the checkbox is on dark mode, currently, the
checkbox is not visible at all if the container is dark.
2019-02-06 01:52:05 -06:00
BcRikko
913766ad89 fix: fix pixelize for form elements
fix #262
2019-02-01 11:00:08 +09:00
Igor Guastalla de Lima
596505fb1e chore(form): moved radios and checkboxes to form folder
#219
2019-01-30 19:57:24 -02:00