Skip to content

Files

Latest commit

 

History

History
15 lines (15 loc) · 826 Bytes

106.md

File metadata and controls

15 lines (15 loc) · 826 Bytes
title date submitter number tags discussion related
I want better styling for inputs and selects
2020-02-19 22:17:06 UTC
Nils Lauk
106
css
forms
title url type
Open UI
project

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.