We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b0122 commit 709ac63Copy full SHA for 709ac63
src/material/button-toggle/button-toggle.ts
@@ -394,7 +394,7 @@ const _MatButtonToggleMixinBase: CanDisableRippleCtor & typeof MatButtonToggleBa
394
'[class.mat-button-toggle-checked]': 'checked',
395
'[class.mat-button-toggle-disabled]': 'disabled',
396
'[class.mat-button-toggle-appearance-standard]': 'appearance === "standard"',
397
- 'class': 'mat-button-toggle mat-focus-indicator',
+ 'class': 'mat-button-toggle',
398
// Always reset the tabindex to -1 so it doesn't conflict with the one on the `button`,
399
// but can still receive focus from things like cdkFocusInitial.
400
'[attr.tabindex]': '-1',
0 commit comments