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 6edb42f commit 20432deCopy full SHA for 20432de
src/material-experimental/mdc-radio/radio.scss
@@ -54,6 +54,10 @@
54
// TODO(crisbeto): this should be included by MDC's `theme-styles`, but it isn't currently.
55
@include mdc-radio-theme.focus-indicator-color(
56
var(--mat-mdc-radio-checked-ripple-color, transparent));
57
+
58
+ .mat-ripple-element {
59
+ background-color: var(--mat-mdc-radio-checked-ripple-color, transparent);
60
+ }
61
}
62
63
// This is necessary because we do not depend on MDC's ripple, but have our own that should be
0 commit comments