diff --git a/src/styles/globals.css b/src/styles/globals.css index b1a092f8..19756440 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -257,6 +257,14 @@ body { * Use them when building new components. * ==========================================================================*/ +/* Active / Selected Highlight Ring + * Prominent focus ring for cards and items in an "active" or "selected" state. + * Use on gallery items, avatar cards, and similar selectable surfaces. + */ +.x-highlight-ring { + @apply ring-[3px] ring-ring border-ring; +} + /* Hover Transitions * Smooth hover state changes to avoid harsh flickering. * x-hover-card — Cards & panels (0.2s, bg + shadow) diff --git a/src/views/MyAvatars/components/MyAvatarCard.vue b/src/views/MyAvatars/components/MyAvatarCard.vue index 949450b5..ddf72b9b 100644 --- a/src/views/MyAvatars/components/MyAvatarCard.vue +++ b/src/views/MyAvatars/components/MyAvatarCard.vue @@ -6,7 +6,7 @@