File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131< ng-container *ngIf ="showExpanderIndicator ">
3232 < div #indicator
3333 class ="igx-grid__tree-grouping-indicator "
34- (click) ="toggle($event) " (focus) ="onIndicatorFocus() " tabindex =" -1 " >
34+ (click) ="toggle($event) " (focus) ="onIndicatorFocus() ">
3535 < ng-container *ngTemplateOutlet ="iconTemplate; context: { $implicit: this } ">
3636 </ ng-container >
3737 </ div >
Original file line number Diff line number Diff line change 3636 *ngIf ="!isLoading "
3737 class ="igx-grid__tree-grouping-indicator "
3838 [ngStyle] ="{'visibility': showIndicator ? 'visible' : 'hidden'} "
39- (click) ="toggle($event) " (focus) ="onIndicatorFocus() " tabindex =" -1 " >
39+ (click) ="toggle($event) " (focus) ="onIndicatorFocus() ">
4040 < ng-container *ngTemplateOutlet ="iconTemplate; context: { $implicit: this } ">
4141 </ ng-container >
4242 < ng-container *ngTemplateOutlet ="pinnedIndicatorTemplate; context: context ">
You can’t perform that action at this time.
0 commit comments