Elkfox/shopify-theme-framework

IE <select> styling

georgebutter opened this issue · 1 comments

Appearance none is not removing the default dropdown arrow styling.
I have tested this and it works

    &::-ms-expand {
      display: none;
    }

Addressed in latest push