Skip to content

Commit 968043b

Browse files
committed
fix(material/stepper): add default role to material/stepper/step-header.ts
Updates to add default role of button to material/steppper/step-header.ts
1 parent 5c13b4c commit 968043b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/material/stepper/step-header.ts

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import {_CdkPrivateStyleLoader, _VisuallyHiddenLoader} from '@angular/cdk/privat
3535
host: {
3636
'class': 'mat-step-header',
3737
'[class]': '"mat-" + (color || "primary")',
38+
'role': 'button',
3839
},
3940
encapsulation: ViewEncapsulation.None,
4041
changeDetection: ChangeDetectionStrategy.OnPush,

0 commit comments

Comments
 (0)