We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c13b4c commit 968043bCopy full SHA for 968043b
src/material/stepper/step-header.ts
@@ -35,6 +35,7 @@ import {_CdkPrivateStyleLoader, _VisuallyHiddenLoader} from '@angular/cdk/privat
35
host: {
36
'class': 'mat-step-header',
37
'[class]': '"mat-" + (color || "primary")',
38
+ 'role': 'button',
39
},
40
encapsulation: ViewEncapsulation.None,
41
changeDetection: ChangeDetectionStrategy.OnPush,
0 commit comments