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

21 Commits

Author SHA1 Message Date
yukseltron
566ad58b82 Add color tokens 2022-10-26 14:15:56 -04:00
ehlovader
61d2345223 Add focus state to inputs based on text input
Per experience in Apple 6 emulator focus of inputs inverts the colors resulting in white on black, similar to hover state of the menus and selects.
2022-10-02 14:05:20 -04:00
ehlovader
1bb226f5f8 Add focus state to inputs based on text input
Per experience in Apple 6 emulator focus of inputs inverts the colors resulting in white on black, similar to hover state of the menus and selects.
2022-10-02 14:05:20 -04:00
sakofchit
3fb7024d4a fix layout, make alert box white 2022-08-29 12:02:48 -04:00
sakofchit
bb4d29a075 refactor dropdown, add select menu 2022-08-18 19:07:48 -04:00
sakofchit
d6078180dc address safari issues with border image 2022-08-13 17:23:07 -04:00
Patrick H. Lauke
abcc1c41dc Use <span> instead of src-less <img> for Apple icon 2022-08-13 00:03:01 +01:00
Patrick H. Lauke
1dc16a793e Sponsor 2022-08-13 00:00:48 +01:00
Patrick H. Lauke
4135156e4a Correct broken/invalid demo page navigation 2022-08-12 23:51:51 +01:00
Patrick H. Lauke
20bdab64c4 Add proper label for find in modeless dialog, add padding to modeless top 2022-08-12 23:39:50 +01:00
Patrick H. Lauke
afd9f983a5 Tweak dropdown toggle styles
remove browser outline when it's focused
2022-08-12 23:08:44 +01:00
Patrick H. Lauke
3e97e8ac2d Clean up more icons, tweak styles
- correct the apple logo and the checkmark
- general cleanup for the radio svgs
2022-08-12 23:04:18 +01:00
Patrick H. Lauke
b1301bab26 Simplify radio border svg, create separate svg for focused state, add focused state
Foo
2022-08-12 23:04:11 +01:00
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