Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

IE Customer Select #221

@gazjoy

Description

@gazjoy

To hide the dropdown arrow on custom selects we need to use this:

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

http://stackoverflow.com/questions/16603979/select-removing-dropdown-arrow

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions