Skip to content

Commit

Permalink
style(tooltip): remove cursor-help styling
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekMencke committed Feb 28, 2024
1 parent 1107242 commit 3a1ed8a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
ChangeDetectionStrategy,
Component,
ElementRef,
HostBinding,
HostListener,
Input,
OnDestroy,
Expand Down Expand Up @@ -58,8 +57,6 @@ export class TooltipComponent implements OnInit, AfterViewInit, OnDestroy {
containerOverlayRef?: OverlayRef;
containerTemplatePortal: TemplatePortal;

@HostBinding('class.cursor-help') cursorHelp = true;

@Input() tooltipTemplate: TemplateRef<unknown>;
@Input() tooltipUnderline: boolean = true;
@ViewChild('tooltipTemplateArrow') tooltipTemplateArrow: TemplateRef<unknown>;
Expand Down

0 comments on commit 3a1ed8a

Please sign in to comment.