Created
January 28, 2016 11:30
-
-
Save ericorruption/682b2d91cc59055c96ec to your computer and use it in GitHub Desktop.
Custom select
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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