Results 1 comments of hot50773

this problem also occurs in `md-radio` and `md-switch`. here's another temporary solution without `!important` syntax ``` .md-radio .md-radio-container, .md-checkbox .md-checkbox-container, .md-switch .md-switch-thumb { .md-ripple-wave.md-ripple-leave-active { visibility: hidden; } } ```