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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user