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

elaborate on what gets customized for default selects; use just the element name for the heading

This commit is contained in:
Mark Otto 2015-06-10 12:40:25 -07:00
parent 324f630daa
commit e9b4f2cbff

View File

@ -87,9 +87,9 @@ Make inputs smaller, larger, or full-width with an additional class.
</form>
{% endexample %}
## Select Boxes
## Selects
Custom select boxes. Adding `.select` will add some additional visual styling.
Primer adds light `height` and `vertical-align` styles to `<select>`s for all browsers to render them consistently with textual inputs.
{% example html %}
<form>