Skip to content

Commit

Permalink
fix(mat-button-toggle): mat-button-toggle element should not h… (#18746)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelliott authored and mmalerba committed Apr 14, 2020
1 parent 30b0122 commit 709ac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/button-toggle/button-toggle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const _MatButtonToggleMixinBase: CanDisableRippleCtor & typeof MatButtonToggleBa
'[class.mat-button-toggle-checked]': 'checked',
'[class.mat-button-toggle-disabled]': 'disabled',
'[class.mat-button-toggle-appearance-standard]': 'appearance === "standard"',
'class': 'mat-button-toggle mat-focus-indicator',
'class': 'mat-button-toggle',
// Always reset the tabindex to -1 so it doesn't conflict with the one on the `button`,
// but can still receive focus from things like cdkFocusInitial.
'[attr.tabindex]': '-1',
Expand Down

0 comments on commit 709ac63

Please sign in to comment.