ACS-8106: (a11y) Replace Material Tooltip with standard tooltip (#9894) (#9907)

Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
This commit is contained in:
Pablo Martinez
2024-07-09 09:22:20 -04:00
committed by GitHub
co-authored by Denys Vuika
parent 0d77ebb836
commit 41965a4561
96 changed files with 254 additions and 561 deletions
@@ -16,10 +16,7 @@
*/
export const materialLocators = {
Error: {
root: 'mat-error'
},
Tooltip: {
root: 'mat-tooltip-component'
}
Error: {
root: 'mat-error'
}
};