Skip to content

Commit

Permalink
button disable style
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukenickerson committed Oct 9, 2019
1 parent 9886819 commit 640178b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ button {
font-size: inherit;
cursor: pointer;
}
button:disabled {
cursor: not-allowed;
}

dt, dd {
display: inline-block;
Expand Down

0 comments on commit 640178b

Please sign in to comment.