Customize dropdown chevron
Change, hide, or replace the dropdown chevron with Custom CSS.
#md-app-embed__modal .md-form__select {
background-image: url("YOUR_CSS_SVG_HERE") !important;
}
#md-app-embed__modal .md-form__select[aria-expanded="true"] {
background-image: url("YOUR_CSS_SVG_HERE") !important;
}Last updated
Was this helpful?

