Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Add alert role for demo toast with "RETRY" button
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jul 8, 2014
1 parent ac8cb55 commit 6965036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<paper-toast id="toast1" text="Your draft has been discarded."></paper-toast>

<paper-toast id="toast2" text="Connection timed out. Showing limited messages.">
<paper-toast id="toast2" role="alert" text="Connection timed out. Showing limited messages.">
<div style="color: #eeff41;" onclick="console.log('RETRY')">Retry</div>
</paper-toast>

Expand Down

0 comments on commit 6965036

Please sign in to comment.