Files
fusion/.changeset/dialog-styling-consistency.md
Fusion be8add9ef4 style(FN-1847): unify dialog overlay styling and add accessibility attributes
- Add role=dialog and aria-modal attributes to all modal dialogs for accessibility
- Standardize close button aria-labels across all modals
- Unify overlay backdrop-filter, z-index, and background styles in styles.css
- Add light theme overrides for non-standard overlay backgrounds
- Update AgentListModal tests to reflect new aria attributes
- Add changeset for @gsxdsm/fusion package
2026-04-15 20:44:40 -07:00

370 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Dialog styling consistency: unified overlay backdrop-filter, z-index, and background styles across all dialog types. Added missing aria-label attributes to close buttons and role="dialog"/aria-modal="true" to all dialog containers. Added .modal-md and .modal-body base CSS classes. Added light theme overrides for non-standard overlays.