[Accessibility] Allow alerts ("toasts") to be announced by assistive tech (#39335)

This commit is contained in:
diondiondion
2026-06-08 17:12:56 +02:00
committed by GitHub
parent bc7e0543a3
commit 4ee21a6c14
3 changed files with 8 additions and 6 deletions

View File

@@ -9843,6 +9843,10 @@ noscript {
display: flex;
flex-direction: column;
gap: 4px;
&:empty {
display: none;
}
}
.notification-bar {