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 buggy navbar active element indicator (#40936)
This PR makes improves the navbar active element indicator by:
- fixing a bug where the indicator could be mispositioned when the window resizes
- making the animation buttery smooth with `transform`
- making the animation work on small screens too
- making the element accessible by disabling the animation when `prefers-reduced-motion` is set to `reduce`
GitOrigin-RevId: cc75c44f31f150002fdea9a957ecb8cd316c79e6
0 commit comments