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-avatar-group): aligned with the latest design spec (#13113)
In Group mode, the focus border-radius is now dynamically set to half of the avatar height for all sizes (XS, S, M, L, XL), ensuring consistent visual appearance across different avatar sizes.
Added hover and active states for all avatars and the overflow button in Group mode. When hovering or clicking the group, all avatars display the appropriate visual feedback simultaneously, maintaining the unified group behavior.
Key changes:
Focus border-radius in Group mode: height/2 (Horizon theme only)
Group hover: all avatars show box-shadow and accent hover backgrounds
Group active: all avatars show active background, border, and color
Overflow button: shows standard button hover/active states in Group mode
Template: added size-specific CSS classes for dynamic styling
Test page: added examples for all Group type sizes (XS, S, M, L)
0 commit comments