Skip to content

Commit a0434de

Browse files
committed
fix(tooltip): set initially arrow to display none
1 parent 9e27017 commit a0434de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/directives/tooltip/tooltip.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export class IgxTooltipDirective extends IgxToggleDirective implements OnInit, O
262262
this._arrowEl.style.height = '8px';
263263
this._arrowEl.style.transform = 'rotate(45deg)';
264264
this._arrowEl.style.background = 'inherit';
265+
this._arrowEl.style.display = 'none'
265266
this.element.appendChild(this._arrowEl);
266267
}
267268

0 commit comments

Comments
 (0)