You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This however doesn't work, since the JS checkbox progamatically creates CSS vars and puts them on the element. This overrides the sass mixin, which stops this from working.
Not sure if the change allows us to break the ratio between size of checkbox and radius of unbounded ripple. It looks like we can change the size of the checkbox, but what if we want to make the ratio of the ripple size larger/smaller?
Expected use of
@mixin mdc-ripple-radius-unbounded
with the checkbox is:This however doesn't work, since the JS checkbox progamatically creates CSS vars and puts them on the element. This overrides the sass mixin, which stops this from working.
Example:
https://glitch.com/edit/#!/fishy-course?path=index.scss:5:7
The text was updated successfully, but these errors were encountered: