Skip to content

Commit 709ac63

Browse files
zelliottmmalerba
authored andcommitted
fix(mat-button-toggle): mat-button-toggle element should not h… (#18746)
1 parent 30b0122 commit 709ac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/button-toggle/button-toggle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const _MatButtonToggleMixinBase: CanDisableRippleCtor & typeof MatButtonToggleBa
394394
'[class.mat-button-toggle-checked]': 'checked',
395395
'[class.mat-button-toggle-disabled]': 'disabled',
396396
'[class.mat-button-toggle-appearance-standard]': 'appearance === "standard"',
397-
'class': 'mat-button-toggle mat-focus-indicator',
397+
'class': 'mat-button-toggle',
398398
// Always reset the tabindex to -1 so it doesn't conflict with the one on the `button`,
399399
// but can still receive focus from things like cdkFocusInitial.
400400
'[attr.tabindex]': '-1',

0 commit comments

Comments
 (0)