Skip to content

Commit

Permalink
chore(app): Update disabled state for <button>
Browse files Browse the repository at this point in the history
  • Loading branch information
toddmotto authored Jan 8, 2017
1 parent c537d98 commit 025cb05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ button {
text-align: center;
color: #fff;
}
button:disabled {
cursor: not-allowed;
background: #b598e4;
}
p {
margin: 5px 0;
}
Expand Down

0 comments on commit 025cb05

Please sign in to comment.