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 ac2d385 commit 9a4adb7Copy full SHA for 9a4adb7
src/material-experimental/mdc-helpers/_focus-indicators.scss
@@ -73,9 +73,12 @@
73
.mat-mdc-slide-toggle-focused .mat-mdc-focus-indicator::before,
74
.mat-mdc-radio-button.cdk-focused .mat-mdc-focus-indicator::before,
75
76
- // For buttons, render the focus indicator when the parent button is focused.
+ // For buttons, render the focus indicator when the parent button is focused.
77
.mat-mdc-button-base:focus .mat-mdc-focus-indicator::before,
78
79
+ // For options, render the focus indicator when the class .mat-mdc-option-active is present.
80
+ .mat-mdc-focus-indicator.mat-mdc-option-active::before,
81
+
82
// For all other components, render the focus indicator on focus.
83
.mat-mdc-focus-indicator:focus::before {
84
content: '';
0 commit comments