Add cdk-visually-hidden to tw-theme for Angular CDK LiveAnnouncer (#13410)

Angular CKD LiveAnnouncer depends on some css logic to hide announcements from being displayed.

This imports the required CSS to ensure the text is hidden from regular view.
This commit is contained in:
Oscar Hinton 2025-02-19 17:42:34 +01:00 committed by GitHub
parent 9c102f056c
commit 661ee03698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,6 +194,9 @@
--tw-ring-offset-color: #002b36;
}
/** Used by CDK a11y services */
@import "@angular/cdk/a11y-prebuilt.css";
@import "./popover/popover.component.css";
@import "./search/search.component.css";