Enhance focused <select>
a11y by changing the rendering of the arrow
#2416
Labels
<select>
a11y by changing the rendering of the arrow
#2416
Description
When a
<select>
is focused (without the validation state), the border in light mode changes from gray to black. This is the only change that users can see while focusing on this input control.For the regular
<input>
s, at least, they can see the blinking text cursor.The idea would be to change the rendering of the arrow:
Some questions to tackle while studying this topic:
background-image
The text was updated successfully, but these errors were encountered: