File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/material-experimental/mdc-slide-toggle Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 77 [matRippleTrigger] ="switch "
88 [matRippleDisabled] ="disableRipple || disabled "
99 [matRippleCentered] ="true "
10- [matRippleRadius] ="24 "
1110 [matRippleAnimation] ="_rippleAnimation "> </ div >
1211 < div class ="mdc-switch__thumb ">
1312 < input #input class ="mdc-switch__native-control " type ="checkbox "
Original file line number Diff line number Diff line change 4848 opacity : map-get ($mdc-ripple-dark-ink-opacities , press );
4949 }
5050
51+ .mat-ripple {
52+ border-radius : 50% ;
53+ }
54+
5155 // Angular Material supports disabling all animations when NoopAnimationsModule is imported.
5256 // TODO(mmalerba): Look into using MDC's Sass queries to separate the animation styles and
5357 // conditionally add them. Consider the size cost when deciding whether to switch.
You can’t perform that action at this time.
0 commit comments