Modern Web Weekly #68
The Modern Web, tested and explained in plain English
Customisable <select> now in Safari Tech Preview 238
After Chrome, Safari has now also implemented the fully customisable <select> element in Tech Preview 238. This means we can now fully style this element, which was barely possible before.
To opt-in to the new customizable <select> add this to your CSS:
select,
::picker(select) {
appearance: base-selec…

