mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1864: feat(ui-tooltip): remove native title attribute from tooltip icon host
- feat(ui-tooltip): remove native title attribute from tooltip icon host Refs: #5163
This commit is contained in:
committed by
Lorenz Hilpert
parent
2088fd3191
commit
159afa9356
@@ -10,6 +10,7 @@ import { TooltipDirective } from './tooltip.directive';
|
||||
providers: [provideIcons({ isaOtherInfo })],
|
||||
host: {
|
||||
'[class]': '["ui-tooltip-icon"]',
|
||||
'[attr.title]': 'null',
|
||||
},
|
||||
hostDirectives: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user