Skip to content

Commit

Permalink
add button:disabled styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 23, 2019
1 parent 831ecff commit fa6bf0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ button {
outline: none;
}

button:active {
button:disabled {
color: #999;
}

button:not(:disabled):active {
background-color: #ddd;
}

Expand Down

0 comments on commit fa6bf0c

Please sign in to comment.