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
feat(a11y)!: Add focus border to focusable Yaru widgets (#1045)
* feat(a11y): Add YaruFocusBorder to YaruIconButton
* feat(a11y): Add YaruFocusBorder to YaruBanner
* feat(a11y): Add YaruFocusBorder to YaruCarousel nav buttons
* feat(a11y): Add YaruFocusBorder to YaruChoiceChipBar chips
* feat(a11y): Add YaruFocusBorder to YaruDateTimeEntry buttons
* feat(a11y): Add YaruFocusBorder to YaruSelectableContainer
* feat(a11y): Add YaruFocusBorder to toggleable widgets, tiles, and buttons
* feat(a11y): Add YaruFocusBorder to YaruOptionButton
* feat(a11y): Add YaruFocusBorder to YaruSplitButton
* feat(a11y): Add YaruFocusBorder to YaruMasterTile
This removes the need for a specific focus decoration as added previously
* test: Update tests and goldens
* fix(a11y): Add YaruFocusBorder to example app widgets
* fix(a11y): Add focus border toggle to YaruTheme
This makes it so the focus borders can be turned on/off globally, or at a per-widget basis. The downside of this is that widgets won't have focus borders by default when not a descendent of a YaruTheme
* test: Update golden images
* fix: Remove unnecessary import
0 commit comments