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
Menu submenu keyboard focus - when a menu toggle is activated with Space or Enter, focus now moves to the first link inside the expanded submenu instead of staying on the toggle button. Matches the WAI-ARIA disclosure menu pattern. Applies to both Alpine.js and Phoenix.LiveView.JS variants.
Time input icon overlap on Firefox (#377) - Firefox's native time picker icon was overlapping the AM/PM text in <.field type="time">. Time inputs now get extra right padding under Firefox to make room for the native picker indicator.
White button dark mode focus contrast (#315) - the white, white-shadow, and pure-white button variants had no visible focus state in dark mode. Focus now shifts the background to gray-200, matching the dark hover state.