Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/material-experimental/mdc-radio/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
// TODO(crisbeto): this should be included by MDC's `theme-styles`, but it isn't currently.
@include mdc-radio-theme.focus-indicator-color(
var(--mat-mdc-radio-checked-ripple-color, transparent));

.mat-ripple-element {
background-color: var(--mat-mdc-radio-checked-ripple-color, transparent);
}
}

// This is necessary because we do not depend on MDC's ripple, but have our own that should be
Expand Down