Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwcomeau committed Mar 4, 2023
1 parent cd8eb77 commit 273520b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Let's imagine we reach out to an accessibility specialist, and they do us the fa
<ol
class="ToastShelf_wrapper"
+ role="region"
+ aria-live="assertive"
+ aria-live="polite"
+ aria-label="Notification"
>
<li class="ToastShelf_toastWrapper">
Expand Down
5 changes: 0 additions & 5 deletions src/components/Toast/Toast.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
display: block;
}

.title {
font-weight: 700;
margin-bottom: 4px;
}

.closeButton {
flex-shrink: 0;
border: none;
Expand Down
14 changes: 0 additions & 14 deletions src/components/ToastPlayground/ToastPlayground.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,8 @@
width: 100px;
}

.titleInput {
display: block;
width: 100%;
}
.messageInput {
display: block;
width: 100%;
height: 4rem;
}

.secondsInput {
width: 3rem;
padding: 0px;
margin: 0px;
background: transparent;
border: none;
border-bottom: 2px solid hsl(250deg 50% 40%);
text-align: center;
}

0 comments on commit 273520b

Please sign in to comment.