I want better styling for inputs and selects #167
aarongustafson
started this conversation in
Wants
Replies: 1 comment 1 reply
-
In case it's helpful, see: https://open-ui.org/
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We all have been there: Designers want big, colorful checkboxes, radio buttons and selects. For the sake of accessibility it would be awesome if these elements could be styled with CSS in a better way. How often do we see something like
*-appearance: none;
and a circled:before
. Or—slightly better—playing around with the height, the width and the opacity of the input. More accessible, but still a workaround. With the first solution these elements are not part of the accessibility tree—so make them fully tailorable.https://webwewant.fyi/wants/106/
Beta Was this translation helpful? Give feedback.
All reactions