Skip to content

Commit

Permalink
Merge pull request #234 from mdahamiwal/mdahamiwal-button-fix
Browse files Browse the repository at this point in the history
Fixing tabindex for example button
  • Loading branch information
jnurthen authored Dec 30, 2016
2 parents 6327d7c + 0921775 commit a1551ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/button/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Examples</h2>
<code>div</code>
</td>
<td>
<div role="button" id="print">Print Page</div>
<div tabindex="0" role="button" id="print">Print Page</div>
</td>
<td>
<ul>
Expand Down

0 comments on commit a1551ef

Please sign in to comment.