1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[CL-800] delete a11y-grid, a11y-row, a11y-cell directives (#15709)

* delete a11y-grid,-row,-cell directives

* remove missed references

* remove missed references
This commit is contained in:
Will Martin
2025-07-28 14:12:56 -04:00
committed by GitHub
parent 5410e42322
commit f34260bc5e
7 changed files with 3 additions and 225 deletions

View File

@@ -3,7 +3,7 @@
/**
* Interface for implementing focusable components.
*
* Used by the `AutofocusDirective` and `A11yGridDirective`.
* Used by the `AutofocusDirective`.
*/
export abstract class FocusableElement {
getFocusTarget: () => HTMLElement | undefined;