RPeraltaJr
6/8/2018 - 4:13 PM

Custom Dropdown Arrow for Select Field

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #cbced0 url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_arrow_drop_down_48px-256.png') no-repeat 97% 50%; 
    background-size: 25px 25px;
    color: $primary-color;
}