1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-06 18:12:18 +09:00
Commit Graph

8 Commits

Author SHA1 Message Date
Patrick H. Lauke
1bc39d155c Add outline back to focused checkbox
but use `:focus-visible` so it only shows for keyboard usage
2022-08-12 21:03:18 +01:00
Patrick H. Lauke
20ecb5e17b Rework dropdown menus as <details>/<summary>
the hidden checkbox approach is brittle and not accessible (wrapping the entire checkbox and menu inside a `<label>`, not easy to add `:focus` style, etc)
2022-08-12 20:45:08 +01:00
Patrick H. Lauke
7c5741dcd7 Don't display:none dropdown checkboxes
using `display:none` makes them non-keyboard-focusable
2022-08-12 10:20:26 +01:00
sakofchit
8cc7ec584c clean up 2022-08-10 21:23:36 -04:00
sakofchit
049b12eb34 add checkbox + dialogs 2022-08-10 14:50:26 -04:00
sakofchit
67aebcf6bf added dialogs/alerts 2022-08-08 01:29:01 -04:00
sakofchit
274863f960 first 2022-08-05 16:14:06 -04:00
sakofchit
6934e67217 first 2022-08-05 16:14:02 -04:00