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
fix(material/radio): hidden circle visible on some zoom levels (#22066)
We transition the circle of a radio button to `scale(0.001)` in order to hide it and to work
around an animation in IE. It seems that on higher system zoom levels (e.g. 125%+) the
browser approximates the size to 1x1 which can be visible.
These changes work around the issue by also setting `opacity: 0` while the circle is inactive
and isn't animating.
Fixes#22036.
0 commit comments