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 31
31
< ng-container *ngIf ="showExpanderIndicator ">
32
32
< div #indicator
33
33
class ="igx-grid__tree-grouping-indicator "
34
- (click) ="toggle($event) " (focus) ="onIndicatorFocus() " tabindex =" -1 " >
34
+ (click) ="toggle($event) " (focus) ="onIndicatorFocus() ">
35
35
< ng-container *ngTemplateOutlet ="iconTemplate; context: { $implicit: this } ">
36
36
</ ng-container >
37
37
</ div >
Original file line number Diff line number Diff line change 36
36
*ngIf ="!isLoading "
37
37
class ="igx-grid__tree-grouping-indicator "
38
38
[ngStyle] ="{'visibility': showIndicator ? 'visible' : 'hidden'} "
39
- (click) ="toggle($event) " (focus) ="onIndicatorFocus() " tabindex =" -1 " >
39
+ (click) ="toggle($event) " (focus) ="onIndicatorFocus() ">
40
40
< ng-container *ngTemplateOutlet ="iconTemplate; context: { $implicit: this } ">
41
41
</ ng-container >
42
42
< ng-container *ngTemplateOutlet ="pinnedIndicatorTemplate; context: context ">
You can’t perform that action at this time.
0 commit comments