Post #2324718
2026-04-24 14:58 UTC
@Aaron@front-end.social
I don’t wanna yuck your yum here but chrome only makes it a pass for me. I’m still cleaning up code for IE and that is an ick I regularly get to taste.
Replies (1)
-
@Aaron@front-end.social 2026-04-24 16:43
@llatan@beige.party `appearance: base-select` is supported in Chromium (Chrome, Edge, Opera, Android WebView, etc.) and in TP for Safari: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/appearance#base-select The only outlier is FF, but it’s in progress: https://bugzilla.mozilla.org/show_bug.cgi?id=1944403 Super-low risk for using it too… it degrades to a perfectly usable `select`.