- 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
370 B
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.