Revert "ACS-8106: (a11y) Replace Material Tooltip with standard tooltip (#9894)" (#9905)

This reverts commit f3a94bdfa4.
This commit is contained in:
Pablo Martinez
2024-07-03 14:08:21 +02:00
committed by GitHub
parent e457dd3a78
commit 41c3667906
96 changed files with 561 additions and 254 deletions

View File

@@ -16,7 +16,10 @@
*/
export const materialLocators = {
Error: {
root: 'mat-error'
}
Error: {
root: 'mat-error'
},
Tooltip: {
root: 'mat-tooltip-component'
}
};