Skip to content

Commit

Permalink
Tweak some form examples again
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hemphill committed Nov 3, 2017
1 parent 4fd7ef1 commit 9f16bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/docs/examples/forms.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ title: "Forms"
State
</label>
<div class="relative">
<select class="block appearance-none w-full bg-grey-lighter border border-grey-lighter hover:border-grey text-grey-darker py-3 px-4 pr-8 rounded">
<select class="block appearance-none w-full bg-grey-lighter border border-grey-lighter text-grey-darker py-3 px-4 pr-8 rounded">
<option>New Mexico</option>
<option>Missouri</option>
<option></option>
<option>Texas</option>
</select>
<div class="pointer-events-none absolute pin-y pin-r flex items-center px-2 text-grey-darker">
<svg class="h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/></svg>
Expand Down

0 comments on commit 9f16bf5

Please sign in to comment.