Skip to content

Instantly share code, notes, and snippets.

@xnimorz
Created October 19, 2015 20:51
Show Gist options
  • Save xnimorz/fa8701974adf3e41882f to your computer and use it in GitHub Desktop.
Save xnimorz/fa8701974adf3e41882f to your computer and use it in GitHub Desktop.
.select-button {
position: relative;
display: inline-block;
box-sizing: border-box;
display: inline-block;
}
.select-button_stretched {
width: 100%;
}
.select-button__select {
position: absolute;
top: 0;
left: 0;
bottom: 0;
rigth: 0;
width: 100%;
height: 100%;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment