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
fix(ui5-card): refactor header to avoid nesting interactive elements (#5301)
The header now always has role="group".
An inner element inside the header is now receiving the focus, while the
focus outline is still drawn on the header element.
This helps the case when the header is interactive,
to avoid nesting a button element within a role="button" div.
Adopted approach from UI5/openui5@67a5f79
Adjusted the status text style slightly to match the latest design spec.
0 commit comments