1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

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";