add button:disabled styles

This commit is contained in:
Richard Harris 2019-11-23 18:17:27 -05:00
parent 831ecffc4c
commit fa6bf0cde4

View file

@ -53,7 +53,11 @@ button {
outline: none;
}
button:active {
button:disabled {
color: #999;
}
button:not(:disabled):active {
background-color: #ddd;
}