1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 21:58:42 +03:00

break out default and custom selects

This commit is contained in:
Mark Otto 2015-06-10 12:40:40 -07:00
parent e9b4f2cbff
commit 7cf7bacfff

View File

@ -102,7 +102,15 @@ Primer adds light `height` and `vertical-align` styles to `<select>`s for all br
<option>Bears</option>
<option>Battlestar Galactica</option>
</select>
</form>
{% endexample %}
### Custom
Custom `<select>`s are also available—just add `.select`. **Only available in latest WebKit, Firefox, and IE browsers.**
{% example html %}
<form>
<select class="select">
<option>Choose an option</option>
<option>Git</option>