Hi there,
I'm having issues with the default drop-down menu arrow in a <select> field. I'd like to add some padding-right to the arrow, but it's not as easy as it sounds (ust like working with any browser default arrows and spanners I guess)
Here's a scrim with multiple tests, and a working solution that I find hacky and not easy to manage.
I've hidden the default arrow and used a my own png instead in an ::after pseudo, then added negative margin. Unfortunately, the new png is not clickable so I will have to manage the arrow click with JavaScript now (not too sure how to handle that just yet)
https://scrimba.com/scrim/crd8LKf8
Looking forward to any ideas. Thank you!