Skip to content

Instantly share code, notes, and snippets.

@ericorruption
Created January 28, 2016 11:30
Show Gist options
  • Save ericorruption/682b2d91cc59055c96ec to your computer and use it in GitHub Desktop.
Save ericorruption/682b2d91cc59055c96ec to your computer and use it in GitHub Desktop.
Custom select
.o-select {
overflow: hidden;
// add custom styles here
select {
padding: 5px 8px;
width: 130%;
border: none;
box-shadow: none;
background: transparent;
background-image: none;
-webkit-appearance: none;
&:focus {
outline: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment