Skip to content

Release v4.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 07:25
761c686

Summary

Two accessibility fixes: date picker segments that were too small to hit reliably, and dropdown options that painted a browser-default focus outline instead of the Cratis focus ring.

Fixed

  • Date picker segments (month, day, year, hour, minute, day period, time zone) now meet the 24x24 px minimum target size, and the date input wraps onto a second line in narrow containers so that no segment is clipped or ends up behind the calendar button. Literal separators between segments are unchanged. (#238)
  • Dropdown options now paint the --cratis-focus-ring token as an inset ring on keyboard focus, including the selected option and options in a filtered list. The forced-colors Highlight outline is unchanged. (#240)