Select

The native select, with the chevron drawn on a wrapper.

Source: src/stylus/components/select.styl

Default

The chevron lives on .select-field rather than the control, so the control keeps a flat background that contrast tooling can measure.

<span class="select-field">
  <select class="select" aria-label="Design framework">
    <option>Skeletonic Stylus 2.0</option>
    <option>Native Cascade Layers</option>
  </select>
</span>