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

This commit is contained in:
Denys Vuika
2024-07-02 13:51:40 -04:00
committed by GitHub
parent 0c4259cddf
commit f3a94bdfa4
96 changed files with 254 additions and 561 deletions

View File

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