File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function isNoopTreeKeyManager<T extends TreeKeyManagerItem>(
4343 outputs : [ 'activation' , 'expandedChange' ] ,
4444 providers : [ { provide : CdkTreeNode , useExisting : MatTreeNode } ] ,
4545 host : {
46- 'class' : 'mat-tree-node' ,
46+ 'class' : 'mat-tree-node mat-focus-indicator ' ,
4747 '[attr.aria-expanded]' : '_getAriaExpanded()' ,
4848 '[attr.aria-level]' : 'level + 1' ,
4949 '[attr.aria-posinset]' : '_getPositionInSet()' ,
@@ -151,7 +151,7 @@ export class MatTreeNodeDef<T> extends CdkTreeNodeDef<T> {
151151 { provide : CDK_TREE_NODE_OUTLET_NODE , useExisting : MatNestedTreeNode } ,
152152 ] ,
153153 host : {
154- 'class' : 'mat-nested-tree-node' ,
154+ 'class' : 'mat-nested-tree-node mat-focus-indicator ' ,
155155 } ,
156156} )
157157export class MatNestedTreeNode < T , K = T >
You can’t perform that action at this time.
0 commit comments