You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, to do this right, we need -webkit-appearance: none on the <select>s... might have to merge custom select and this one after all. Let me think about it for a bit.
@jonnysp I fixed the thick dark border on focus of the custom file input in #24699. Custom selects are also good to go with the changes in that PR. However, there is a problem with regular <select>s where, given browser default styles, we need to make additional changes for focus styles to be applied there via box-shadow. You cannot style the shadows without resetting so much more for these macOS based browsers.
only the normal
the validation variant works
testet on FF and Chrome win 10
The text was updated successfully, but these errors were encountered: