Skip to content

Commit

Permalink
Examples: New disabled button state.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat committed Feb 7, 2024
1 parent 3904406 commit 7b6a3f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ button.close {
border-bottom: 0.5rem solid hsl(345deg 100% 28%);
border-radius: 12px;
}

button.close:disabled {
color: #aaa;
background: hsl(345deg 0% 30%);
border-bottom: 0.5rem solid hsl(345deg 0% 18%);
transform: translateY(0.2rem);
}

0 comments on commit 7b6a3f3

Please sign in to comment.