Created
February 13, 2016 16:49
-
-
Save masahirompp/3d2ea356eb7e670e56bd to your computer and use it in GitHub Desktop.
stylus select box mixin. http://codepen.io/anon/pen/XXOYpW?editors=1100
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
<div class="select"> | |
<select> | |
<option value="a">AAA</option> | |
<option value="b">BBB</option> | |
<option value="c">CCC</option> | |
</select> | |
</div> |
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
select(width) | |
padding 0 | |
margin 0 | |
border 1px solid #ccc | |
width width | |
border-radius 3px | |
overflow hidden | |
background-color #fff | |
background #fff url("data:image/gif;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50% | |
select | |
padding 0.5em 8px | |
width 130% | |
border none | |
box-shadow none | |
background-color transparent | |
background-image none | |
-webkit-appearance none | |
-moz-appearance none | |
appearance none | |
font inherit | |
color inherit | |
&:focus | |
outline none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chci se to naucit