mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-25 21:02:59 +08: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:
parent
9c102f056c
commit
661ee03698
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user