::picker
ExperimentalA pseudo-element selector part of the new customizable <select> API. it allows you to style the actual dropdown menu (the 'picker') that appears when you click a select box.
Quick example
select::picker {
/* Styles the dropdown popup list itself */
background: #222;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
} ::picker Browser Support
Limited availability 69% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Not ready for production without a fallback.
135+
135+