Closed jamesplease closed 6 years ago
Updating the value of .mt-ripple:after to have this:
.mt-ripple:after
margin-top: -13px; margin-left: -14px;
Rather than -10px, -10px, seems to fix it. Any thoughts @JPorry ?
-10px, -10px
—-
Update: this is because mt-ripple-spread is different for the icon button. The top/left margin offset should be based off of that CSS variable.
Updating the value of
.mt-ripple:after
to have this:Rather than
-10px, -10px
, seems to fix it. Any thoughts @JPorry ?—-
Update: this is because mt-ripple-spread is different for the icon button. The top/left margin offset should be based off of that CSS variable.