Daemonite / material

Material Design for Bootstrap 4
http://daemonite.github.io/material/
MIT License
3.2k stars 725 forks source link

hide platform-native styling of select element #224

Closed zhengchun closed 4 years ago

zhengchun commented 4 years ago

In my chrome browser(Version 75.0.3770.100), select element always showing native arrow drop-down icon. This PR can fixed this issue and hide native arrow drop-down icon.

sesemaya commented 4 years ago

Hi @zhengchun,

Prefixes are added automatically by autoprefixer, so they should not be added to the source Scss files. This would be done via changing browserslist in package.json to include Chrome v75.